Html Css Color HEX #053252 Prussian Blue

📋 copy color: '#053252'

red 5 ◦ green 50 ◦ blue 82

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

Shades of Prussian Blue #053252

Tints of Prussian Blue #053252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 3.65%
G = 36.5%
B = 59.85%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053252 (or 0x053252) is known color: Prussian Blue. HEX triplet: 05, 32 and 52. RGB value is (5,50,82). Sum of RGB (Red+Green+Blue) = 5+50+82=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #053252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053252 is #FACDAD. Grayscale: #282828. Windows color (decimal): -16436654 or 5386757. OLE color: 5386757.

HSL color Cylindrical-coordinate representation of color #053252: hue angle of 204.94º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053252 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 50 82 -
CMYK 0.94 0.39 0 0.68
HSL 204.94º 0.89% 0.17% -
HSV(B) 204.94º 0.94% 0.32% -
XYZ 2.73 2.92 8.4 -
YUV 40.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 5 50 82 0.94 0.39 0 0.68 204.94 0.89 0.17
Hex 5 32 52 5E 27 0 44 CD 59 11
Octal 5 62 122 136 47 0 104 315 131 21
Binary 101 110010 1010010 1011110 100111 0 1000100 11001101 1011001 10001

Color Harmonies of #053252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053252

Black with #053252

Text Example


Text Example

White with #053252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053252; }

 p { color: rgb(5,50,82); }

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

background-color css

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

 a { background-color: rgb(5,50,82); }

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

border-color css

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

 span { border-color: rgb(5,50,82); }

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