#052457

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

Shades of Sapphire #052457

Tints of Sapphire #052457

Color information

#052457 (or 0x052457) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 57. RGB value is (5,36,87). Sum of RGB (Red+Green+Blue) = 5+36+87=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #052457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052457 is #FADBA8. Grayscale: #202020. Windows color (decimal): -16440233 or 5710853. OLE color: 5710853.

HSL color Cylindrical-coordinate representation of color #052457: hue angle of 217.32º 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 #052457 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB53687-
CMYK0.940.5900.66
HSL217.32º89.13%18.04%-
HSV(B)217.32º94.25%34.12%-
XYZ2.411.989.27-
YUV32.54158.73108.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 87 (34.38% from 255) = 67.97%
R=3.91%
G=28.12%
B=67.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal536870.940.5900.66217.3289.1318.04
Hex524575E3B042d95912
Octal54412713673010233113122
Binary101100100101011110111101110110100001011011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052457; }

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

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

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

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

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

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

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

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