#052356

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

Shades of Sapphire #052356

Tints of Sapphire #052356

Color information

#052356 (or 0x052356) is unknown color: approx Sapphire. HEX triplet: 05, 23 and 56. RGB value is (5,35,86). Sum of RGB (Red+Green+Blue) = 5+35+86=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #052356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052356 is #FADCA9. Grayscale: #1F1F1F. Windows color (decimal): -16440490 or 5645061. OLE color: 5645061.

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

Color convert

RGB53586-
CMYK0.940.5900.66
HSL217.78º89.01%17.84%-
HSV(B)217.78º94.19%33.73%-
XYZ2.341.919.05-
YUV31.84158.56108.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=3.97%
G=27.78%
B=68.25%

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
Decimal535860.940.5900.66217.7889.0117.84
Hex523565E3B042da5912
Octal54312613673010233213122
Binary101100011101011010111101110110100001011011010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052356; }

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

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

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

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

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

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

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

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