Html Css Color HEX #052553 Sapphire

📋 copy color: '#052553'

red 5 ◦ green 37 ◦ blue 83

#052553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #052553

Tints of Sapphire #052553

RGB

 RED value IS 5 (2.34% from 255) = 4%

 GREEN value IS 37 (14.84% from 255) = 29.6%

 BLUE value IS 83 (32.81% from 255) = 66.4%

R = 4%
G = 29.6%
B = 66.4%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052553 (or 0x052553) is known color: Sapphire. HEX triplet: 05, 25 and 53. RGB value is (5,37,83). Sum of RGB (Red+Green+Blue) = 5+37+83=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #052553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052553 is #FADAAC. Grayscale: #202020. Windows color (decimal): -16439981 or 5448965. OLE color: 5448965.

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

Color convert

RGB 5 37 83 -
CMYK 0.94 0.55 0 0.67
HSL 215.38º 0.89% 0.17% -
HSV(B) 215.38º 0.94% 0.33% -
XYZ 2.29 1.98 8.45 -
YUV 32.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 5 37 83 0.94 0.55 0 0.67 215.38 0.89 0.17
Hex 5 25 53 5E 37 0 43 D7 59 11
Octal 5 45 123 136 67 0 103 327 131 21
Binary 101 100101 1010011 1011110 110111 0 1000011 11010111 1011001 10001

Color Harmonies of #052553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052553

Black with #052553

Text Example


Text Example

White with #052553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052553; }

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

 H1.HeaderClassName
 {
   color: #052553;
 }
 .AnyTagClassName
 {
   color: #052553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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