Html Css Color HEX #052088 Smalt

📋 copy color: '#052088'

red 5 ◦ green 32 ◦ blue 136

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

Shades of Smalt #052088

Tints of Smalt #052088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.5%

 BLUE value IS 136 (53.52% from 255) = 78.61%

R = 2.89%
G = 18.5%
B = 78.61%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052088 (or 0x052088) is known color: Smalt. HEX triplet: 05, 20 and 88. RGB value is (5,32,136). Sum of RGB (Red+Green+Blue) = 5+32+136=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 136 (53.52% from 255 or 78.61% from 173); Max value from RGB is 136 - color contains mainly: blue. Hex color #052088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052088 is #FADF77. Grayscale: #232323. Windows color (decimal): -16441208 or 8921093. OLE color: 8921093.

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

Color convert

RGB 5 32 136 -
CMYK 0.96 0.76 0 0.47
HSL 227.63º 0.93% 0.28% -
HSV(B) 227.63º 0.96% 0.53% -
XYZ 5.02 2.84 23.58 -
YUV 35.78 184.55 106.04 -
System Red Green Blue C M Y K H S L
Decimal 5 32 136 0.96 0.76 0 0.47 227.63 0.93 0.28
Hex 5 20 88 60 4C 0 2F E4 5D 1C
Octal 5 40 210 140 114 0 57 344 135 34
Binary 101 100000 10001000 1100000 1001100 0 101111 11100100 1011101 11100

Color Harmonies of #052088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052088

Black with #052088

Text Example


Text Example

White with #052088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052088; }

 p { color: rgb(5,32,136); }

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

background-color css

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

 a { background-color: rgb(5,32,136); }

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

border-color css

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

 span { border-color: rgb(5,32,136); }

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