#052275

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

Shades of Sapphire #052275

Tints of Sapphire #052275

Color information

#052275 (or 0x052275) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 75. RGB value is (5,34,117). Sum of RGB (Red+Green+Blue) = 5+34+117=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #052275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052275 is #FADD8A. Grayscale: #222222. Windows color (decimal): -16440715 or 7676421. OLE color: 7676421.

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

Color convert

RGB534117-
CMYK0.960.7100.54
HSL224.46º91.8%23.92%-
HSV(B)224.46º95.73%45.88%-
XYZ3.852.4617.1-
YUV34.79174.39106.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 117 (46.09% from 255) = 75%
R=3.21%
G=21.79%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5341170.960.7100.54224.4691.823.92
Hex522756047036e05c18
Octal54216514010706634013430
Binary101100010111010111000001000111011011011100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052275; }

 p { color: rgb(5,34,117); }

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

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

 a { background-color: rgb(5,34,117); }

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

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

 span { border-color: rgb(5,34,117); }

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