#052458

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

Shades of Sapphire #052458

Tints of Sapphire #052458

Color information

#052458 (or 0x052458) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 58. RGB value is (5,36,88). Sum of RGB (Red+Green+Blue) = 5+36+88=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #052458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052458 is #FADBA7. Grayscale: #202020. Windows color (decimal): -16440232 or 5776389. OLE color: 5776389.

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

Color convert

RGB53688-
CMYK0.940.5900.65
HSL217.59º89.25%18.24%-
HSV(B)217.59º94.32%34.51%-
XYZ2.4529.49-
YUV32.66159.23108.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 88 (34.77% from 255) = 68.22%
R=3.88%
G=27.91%
B=68.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal536880.940.5900.65217.5989.2518.24
Hex524585E3B041da5912
Octal54413013673010133213122
Binary101100100101100010111101110110100000111011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052458; }

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

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

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

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

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

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

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

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