#052357

Color #052357 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #052357

Tints of Sapphire #052357

Color information

#052357 (or 0x052357) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 57. RGB value is (5,35,87). Sum of RGB (Red+Green+Blue) = 5+35+87=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #052357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052357 is #FADCA8. Grayscale: #1F1F1F. Windows color (decimal): -16440489 or 5710597. OLE color: 5710597.

HSL color Cylindrical-coordinate representation of color #052357: hue angle of 218.05º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052357 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB53587-
CMYK0.940.6000.66
HSL218.05º89.13%18.04%-
HSV(B)218.05º94.25%34.12%-
XYZ2.381.929.26-
YUV31.96159.06108.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 87 (34.38% from 255) = 68.50%
R=3.94%
G=27.56%
B=68.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal535870.940.6000.66218.0589.1318.04
Hex523575E3C042da5912
Octal54312713674010233213122
Binary101100011101011110111101111000100001011011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052357; }

 p { color: rgb(5,35,87); }

 H1.HeaderClassName
 {
   color: #052357;
 }
 .AnyTagClassName
 {
   color: #052357;
 }
</style>
background-color css

<style>
 a { background-color: #052357; }

 a { background-color: rgb(5,35,87); }

 div.DivClassName
 {
   background-color: #052357;
 }
 .BgClassName
 {
   background-color: #052357;
 }
</style>
border-color css

<style>
 span { border-color: #052357; }

 span { border-color: rgb(5,35,87); }

 td.TdClassName
 {
   border-color: #052357;
 }
 .TagClassName
 {
   border-color: #052357;
 }
</style>