Html Css Color HEX #053552 Prussian Blue

📋 copy color: '#053552'

red 5 ◦ green 53 ◦ blue 82

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

Shades of Prussian Blue #053552

Tints of Prussian Blue #053552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 3.57%
G = 37.86%
B = 58.57%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053552 (or 0x053552) is known color: Prussian Blue. HEX triplet: 05, 35 and 52. RGB value is (5,53,82). Sum of RGB (Red+Green+Blue) = 5+53+82=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #053552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053552 is #FACAAD. Grayscale: #292929. Windows color (decimal): -16435886 or 5387525. OLE color: 5387525.

HSL color Cylindrical-coordinate representation of color #053552: hue angle of 202.6º 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 #053552 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 53 82 -
CMYK 0.94 0.35 0 0.68
HSL 202.6º 0.89% 0.17% -
HSV(B) 202.6º 0.94% 0.32% -
XYZ 2.86 3.19 8.45 -
YUV 41.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 5 53 82 0.94 0.35 0 0.68 202.6 0.89 0.17
Hex 5 35 52 5E 23 0 44 CB 59 11
Octal 5 65 122 136 43 0 104 313 131 21
Binary 101 110101 1010010 1011110 100011 0 1000100 11001011 1011001 10001

Color Harmonies of #053552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053552

Black with #053552

Text Example


Text Example

White with #053552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053552; }

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

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

background-color css

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

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

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

border-color css

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

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

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