Html Css Color HEX #052356 Sapphire

📋 copy color: '#052356'

red 5 ◦ green 35 ◦ blue 86

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

Shades of Sapphire #052356

Tints of Sapphire #052356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 68.25%

R = 3.97%
G = 27.78%
B = 68.25%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#052356 (or 0x052356) is known color: Sapphire. HEX triplet: 05, 23 and 56. RGB value is (5,35,86). Sum of RGB (Red+Green+Blue) = 5+35+86=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #052356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052356 is #FADCA9. Grayscale: #1F1F1F. Windows color (decimal): -16440490 or 5645061. OLE color: 5645061.

HSL color Cylindrical-coordinate representation of color #052356: hue angle of 217.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052356 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 35 86 -
CMYK 0.94 0.59 0 0.66
HSL 217.78º 0.89% 0.18% -
HSV(B) 217.78º 0.94% 0.34% -
XYZ 2.34 1.91 9.05 -
YUV 31.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 5 35 86 0.94 0.59 0 0.66 217.78 0.89 0.18
Hex 5 23 56 5E 3B 0 42 DA 59 12
Octal 5 43 126 136 73 0 102 332 131 22
Binary 101 100011 1010110 1011110 111011 0 1000010 11011010 1011001 10010

Color Harmonies of #052356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052356

Black with #052356

Text Example


Text Example

White with #052356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052356; }

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

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

background-color css

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

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

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

border-color css

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

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

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