#052756

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

Shades of Sapphire #052756

Tints of Sapphire #052756

Color information

#052756 (or 0x052756) is unknown color: approx Sapphire. HEX triplet: 05, 27 and 56. RGB value is (5,39,86). Sum of RGB (Red+Green+Blue) = 5+39+86=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #052756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052756 is #FAD8A9. Grayscale: #212121. Windows color (decimal): -16439466 or 5646085. OLE color: 5646085.

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

Color convert

RGB53986-
CMYK0.940.5500.66
HSL214.81º89.01%17.84%-
HSV(B)214.81º94.19%33.73%-
XYZ2.472.169.09-
YUV34.19157.24107.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=3.85%
G=30%
B=66.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal539860.940.5500.66214.8189.0117.84
Hex527565E37042d75912
Octal54712613667010232713122
Binary101100111101011010111101101110100001011010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052756; }

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

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

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

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

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

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

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

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