Html Css Color HEX #052186 Smalt

📋 copy color: '#052186'

red 5 ◦ green 33 ◦ blue 134

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

Shades of Smalt #052186

Tints of Smalt #052186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 134 (52.73% from 255) = 77.91%

R = 2.91%
G = 19.19%
B = 77.91%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052186 (or 0x052186) is known color: Smalt. HEX triplet: 05, 21 and 86. RGB value is (5,33,134). Sum of RGB (Red+Green+Blue) = 5+33+134=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #052186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052186 is #FADE79. Grayscale: #232323. Windows color (decimal): -16440954 or 8790277. OLE color: 8790277.

HSL color Cylindrical-coordinate representation of color #052186: hue angle of 226.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052186 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 33 134 -
CMYK 0.96 0.75 0 0.47
HSL 226.98º 0.93% 0.27% -
HSV(B) 226.98º 0.96% 0.53% -
XYZ 4.91 2.84 22.84 -
YUV 36.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 5 33 134 0.96 0.75 0 0.47 226.98 0.93 0.27
Hex 5 21 86 60 4B 0 2F E3 5D 1B
Octal 5 41 206 140 113 0 57 343 135 33
Binary 101 100001 10000110 1100000 1001011 0 101111 11100011 1011101 11011

Color Harmonies of #052186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052186

Black with #052186

Text Example


Text Example

White with #052186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052186; }

 p { color: rgb(5,33,134); }

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

background-color css

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

 a { background-color: rgb(5,33,134); }

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

border-color css

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

 span { border-color: rgb(5,33,134); }

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