#052656

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

Shades of Sapphire #052656

Tints of Sapphire #052656

Color information

#052656 (or 0x052656) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 56. RGB value is (5,38,86). Sum of RGB (Red+Green+Blue) = 5+38+86=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #052656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052656 is #FAD9A9. Grayscale: #212121. Windows color (decimal): -16439722 or 5645829. OLE color: 5645829.

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

Color convert

RGB53886-
CMYK0.940.5600.66
HSL215.56º89.01%17.84%-
HSV(B)215.56º94.19%33.73%-
XYZ2.442.099.08-
YUV33.6157.57107.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=3.88%
G=29.46%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal538860.940.5600.66215.5689.0117.84
Hex526565E38042d85912
Octal54612613670010233013122
Binary101100110101011010111101110000100001011011000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052656; }

 p { color: rgb(5,38,86); }

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

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

 a { background-color: rgb(5,38,86); }

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

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

 span { border-color: rgb(5,38,86); }

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