#052553

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

Shades of Sapphire #052553

Tints of Sapphire #052553

Color information

#052553 (or 0x052553) is unknown color: approx Sapphire. HEX triplet: 05, 25 and 53. RGB value is (5,37,83). Sum of RGB (Red+Green+Blue) = 5+37+83=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #052553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052553 is #FADAAC. Grayscale: #202020. Windows color (decimal): -16439981 or 5448965. OLE color: 5448965.

HSL color Cylindrical-coordinate representation of color #052553: hue angle of 215.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052553 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53783-
CMYK0.940.5500.67
HSL215.38º88.64%17.25%-
HSV(B)215.38º93.98%32.55%-
XYZ2.291.988.45-
YUV32.68156.4108.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=4%
G=29.6%
B=66.4%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal537830.940.5500.67215.3888.6417.25
Hex525535E37043d75911
Octal54512313667010332713121
Binary101100101101001110111101101110100001111010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052553; }

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

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

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

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

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

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

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

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