Html Css Color HEX #052253 Sapphire

📋 copy color: '#052253'

red 5 ◦ green 34 ◦ blue 83

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

Shades of Sapphire #052253

Tints of Sapphire #052253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.87%

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

R = 4.1%
G = 27.87%
B = 68.03%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#052253 (or 0x052253) is known color: Sapphire. HEX triplet: 05, 22 and 53. RGB value is (5,34,83). Sum of RGB (Red+Green+Blue) = 5+34+83=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 83 (32.81% from 255 or 68.03% from 122); Max value from RGB is 83 - color contains mainly: blue. Hex color #052253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052253 is #FADDAC. Grayscale: #1E1E1E. Windows color (decimal): -16440749 or 5448197. OLE color: 5448197.

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

Color convert

RGB 5 34 83 -
CMYK 0.94 0.59 0 0.67
HSL 217.69º 0.89% 0.17% -
HSV(B) 217.69º 0.94% 0.33% -
XYZ 2.2 1.8 8.42 -
YUV 30.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 5 34 83 0.94 0.59 0 0.67 217.69 0.89 0.17
Hex 5 22 53 5E 3B 0 43 DA 59 11
Octal 5 42 123 136 73 0 103 332 131 21
Binary 101 100010 1010011 1011110 111011 0 1000011 11011010 1011001 10001

Color Harmonies of #052253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052253

Black with #052253

Text Example


Text Example

White with #052253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052253; }

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

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

background-color css

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

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

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

border-color css

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

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

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