#052453

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

Shades of Sapphire #052453

Tints of Sapphire #052453

Color information

#052453 (or 0x052453) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 53. RGB value is (5,36,83). Sum of RGB (Red+Green+Blue) = 5+36+83=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #052453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052453 is #FADBAC. Grayscale: #1F1F1F. Windows color (decimal): -16440237 or 5448709. OLE color: 5448709.

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

Color convert

RGB53683-
CMYK0.940.5700.67
HSL216.15º88.64%17.25%-
HSV(B)216.15º93.98%32.55%-
XYZ2.251.928.44-
YUV32.09156.73108.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=4.03%
G=29.03%
B=66.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal536830.940.5700.67216.1588.6417.25
Hex524535E39043d85911
Octal54412313671010333013121
Binary101100100101001110111101110010100001111011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052453; }

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

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

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

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

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

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

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

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