Html Css Color HEX #052588 Smalt

📋 copy color: '#052588'

red 5 ◦ green 37 ◦ blue 136

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

Shades of Smalt #052588

Tints of Smalt #052588

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

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

R = 2.81%
G = 20.79%
B = 76.4%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#052588 (or 0x052588) is known color: Smalt. HEX triplet: 05, 25 and 88. RGB value is (5,37,136). Sum of RGB (Red+Green+Blue) = 5+37+136=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 136 (53.52% from 255 or 76.40% from 178); Max value from RGB is 136 - color contains mainly: blue. Hex color #052588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052588 is #FADA77. Grayscale: #262626. Windows color (decimal): -16439928 or 8922373. OLE color: 8922373.

HSL color Cylindrical-coordinate representation of color #052588: hue angle of 225.34º 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 #052588 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 37 136 -
CMYK 0.96 0.73 0 0.47
HSL 225.34º 0.93% 0.28% -
HSV(B) 225.34º 0.96% 0.53% -
XYZ 5.17 3.13 23.62 -
YUV 38.72 182.9 103.95 -
System Red Green Blue C M Y K H S L
Decimal 5 37 136 0.96 0.73 0 0.47 225.34 0.93 0.28
Hex 5 25 88 60 49 0 2F E1 5D 1C
Octal 5 45 210 140 111 0 57 341 135 34
Binary 101 100101 10001000 1100000 1001001 0 101111 11100001 1011101 11100

Color Harmonies of #052588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052588

Black with #052588

Text Example


Text Example

White with #052588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052588; }

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

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

background-color css

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

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

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

border-color css

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

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

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