#052880

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

Shades of Sapphire #052880

Tints of Sapphire #052880

Color information

#052880 (or 0x052880) is unknown color: approx Sapphire. HEX triplet: 05, 28 and 80. RGB value is (5,40,128). Sum of RGB (Red+Green+Blue) = 5+40+128=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #052880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052880 is #FAD77F. Grayscale: #272727. Windows color (decimal): -16439168 or 8398853. OLE color: 8398853.

HSL color Cylindrical-coordinate representation of color #052880: hue angle of 222.93º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052880 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB540128-
CMYK0.960.6900.50
HSL222.93º92.48%26.08%-
HSV(B)222.93º96.09%50.2%-
XYZ4.723.1120.77-
YUV39.57177.9103.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 40 (16.02% from 255) = 23.12%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=2.89%
G=23.12%
B=73.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5401280.960.6900.50222.9392.4826.08
Hex528806045032df5c1a
Octal55020014010506233713432
Binary1011010001000000011000001000101011001011011111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052880; }

 p { color: rgb(5,40,128); }

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

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

 a { background-color: rgb(5,40,128); }

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

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

 span { border-color: rgb(5,40,128); }

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