#052152

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

Shades of Sapphire #052152

Tints of Sapphire #052152

Color information

#052152 (or 0x052152) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 52. RGB value is (5,33,82). Sum of RGB (Red+Green+Blue) = 5+33+82=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 82 (32.42% from 255 or 68.33% from 120); Max value from RGB is 82 - color contains mainly: blue. Hex color #052152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052152 is #FADEAD. Grayscale: #1D1D1D. Windows color (decimal): -16441006 or 5382405. OLE color: 5382405.

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

Color convert

RGB53382-
CMYK0.940.6000.68
HSL218.18º88.51%17.06%-
HSV(B)218.18º93.9%32.16%-
XYZ2.131.738.2-
YUV30.21157.22110.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 33 (13.28% from 255) = 27.5%
BLUE value IS 82 (32.42% from 255) = 68.33%
R=4.17%
G=27.5%
B=68.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal533820.940.6000.68218.1888.5117.06
Hex521525E3C044da5911
Octal54112213674010433213121
Binary101100001101001010111101111000100010011011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052152; }

 p { color: rgb(5,33,82); }

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

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

 a { background-color: rgb(5,33,82); }

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

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

 span { border-color: rgb(5,33,82); }

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