Html Css Color HEX #052352 Sapphire

📋 copy color: '#052352'

red 5 ◦ green 35 ◦ blue 82

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

Shades of Sapphire #052352

Tints of Sapphire #052352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

 BLUE value IS 82 (32.42% from 255) = 67.21%

R = 4.1%
G = 28.69%
B = 67.21%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#052352 (or 0x052352) is known color: Sapphire. HEX triplet: 05, 23 and 52. RGB value is (5,35,82). Sum of RGB (Red+Green+Blue) = 5+35+82=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #052352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052352 is #FADCAD. Grayscale: #1F1F1F. Windows color (decimal): -16440494 or 5382917. OLE color: 5382917.

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

Color convert

RGB 5 35 82 -
CMYK 0.94 0.57 0 0.68
HSL 216.62º 0.89% 0.17% -
HSV(B) 216.62º 0.94% 0.32% -
XYZ 2.19 1.84 8.22 -
YUV 31.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 5 35 82 0.94 0.57 0 0.68 216.62 0.89 0.17
Hex 5 23 52 5E 39 0 44 D9 59 11
Octal 5 43 122 136 71 0 104 331 131 21
Binary 101 100011 1010010 1011110 111001 0 1000100 11011001 1011001 10001

Color Harmonies of #052352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052352

Black with #052352

Text Example


Text Example

White with #052352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052352; }

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

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

background-color css

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

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

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

border-color css

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

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

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