#052777

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

Shades of Sapphire #052777

Tints of Sapphire #052777

Color information

#052777 (or 0x052777) is unknown color: approx Sapphire. HEX triplet: 05, 27 and 77. RGB value is (5,39,119). Sum of RGB (Red+Green+Blue) = 5+39+119=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #052777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052777 is #FAD888. Grayscale: #252525. Windows color (decimal): -16439433 or 7808773. OLE color: 7808773.

HSL color Cylindrical-coordinate representation of color #052777: hue angle of 222.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052777 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB539119-
CMYK0.960.6700.53
HSL222.11º91.94%24.31%-
HSV(B)222.11º95.8%46.67%-
XYZ4.122.8217.78-
YUV37.95173.74104.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=3.07%
G=23.93%
B=73.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5391190.960.6700.53222.1191.9424.31
Hex527776043035de5c18
Octal54716714010306533613430
Binary101100111111011111000001000011011010111011110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052777; }

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

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

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

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

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

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

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

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