#052573

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

Shades of Sapphire #052573

Tints of Sapphire #052573

Color information

#052573 (or 0x052573) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 73. RGB value is (5,37,115). Sum of RGB (Red+Green+Blue) = 5+37+115=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #052573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052573 is #FADA8C. Grayscale: #232323. Windows color (decimal): -16439949 or 7546117. OLE color: 7546117.

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

Color convert

RGB537115-
CMYK0.960.6800.55
HSL222.55º91.67%23.53%-
HSV(B)222.55º95.65%45.1%-
XYZ3.822.5916.52-
YUV36.32172.4105.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=3.18%
G=23.57%
B=73.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5371150.960.6800.55222.5591.6723.53
Hex525736044037df5c18
Octal54516314010406733713430
Binary101100101111001111000001000100011011111011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052573; }

 p { color: rgb(5,37,115); }

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

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

 a { background-color: rgb(5,37,115); }

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

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

 span { border-color: rgb(5,37,115); }

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