Html Css Color HEX #052897 Smalt

📋 copy color: '#052897'

red 5 ◦ green 40 ◦ blue 151

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

Shades of Smalt #052897

Tints of Smalt #052897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

 BLUE value IS 151 (59.38% from 255) = 77.04%

R = 2.55%
G = 20.41%
B = 77.04%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052897 (or 0x052897) is known color: Smalt. HEX triplet: 05, 28 and 97. RGB value is (5,40,151). Sum of RGB (Red+Green+Blue) = 5+40+151=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 151 (59.38% from 255 or 77.04% from 196); Max value from RGB is 151 - color contains mainly: blue. Hex color #052897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052897 is #FAD768. Grayscale: #292929. Windows color (decimal): -16439145 or 9906181. OLE color: 9906181.

HSL color Cylindrical-coordinate representation of color #052897: hue angle of 225.62º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052897 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 40 151 -
CMYK 0.97 0.74 0 0.41
HSL 225.62º 0.94% 0.31% -
HSV(B) 225.62º 0.97% 0.59% -
XYZ 6.41 3.78 29.67 -
YUV 42.19 189.4 101.47 -
System Red Green Blue C M Y K H S L
Decimal 5 40 151 0.97 0.74 0 0.41 225.62 0.94 0.31
Hex 5 28 97 61 4A 0 29 E2 5E 1F
Octal 5 50 227 141 112 0 51 342 136 37
Binary 101 101000 10010111 1100001 1001010 0 101001 11100010 1011110 11111

Color Harmonies of #052897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052897

Black with #052897

Text Example


Text Example

White with #052897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052897; }

 p { color: rgb(5,40,151); }

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

background-color css

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

 a { background-color: rgb(5,40,151); }

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

border-color css

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

 span { border-color: rgb(5,40,151); }

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