#052153

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

Shades of Sapphire #052153

Tints of Sapphire #052153

Color information

#052153 (or 0x052153) is unknown color: approx Sapphire. HEX triplet: 05, 21 and 53. RGB value is (5,33,83). Sum of RGB (Red+Green+Blue) = 5+33+83=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #052153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052153 is #FADEAC. Grayscale: #1E1E1E. Windows color (decimal): -16441005 or 5447941. OLE color: 5447941.

HSL color Cylindrical-coordinate representation of color #052153: hue angle of 218.46º 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 #052153 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB53383-
CMYK0.940.6000.67
HSL218.46º88.64%17.25%-
HSV(B)218.46º93.98%32.55%-
XYZ2.171.748.41-
YUV30.33157.72109.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=4.13%
G=27.27%
B=68.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal533830.940.6000.67218.4688.6417.25
Hex521535E3C043da5911
Octal54112313674010333213121
Binary101100001101001110111101111000100001111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052153; }

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

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

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

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

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

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

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

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