Html Css Color HEX #053551 Prussian Blue

📋 copy color: '#053551'

red 5 ◦ green 53 ◦ blue 81

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

Shades of Prussian Blue #053551

Tints of Prussian Blue #053551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 58.27%

R = 3.6%
G = 38.13%
B = 58.27%

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

#053551 (or 0x053551) is known color: Prussian Blue. HEX triplet: 05, 35 and 51. RGB value is (5,53,81). Sum of RGB (Red+Green+Blue) = 5+53+81=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #053551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053551 is #FACAAE. Grayscale: #292929. Windows color (decimal): -16435887 or 5321989. OLE color: 5321989.

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

Color convert

RGB 5 53 81 -
CMYK 0.94 0.35 0 0.68
HSL 202.11º 0.88% 0.17% -
HSV(B) 202.11º 0.94% 0.32% -
XYZ 2.82 3.17 8.25 -
YUV 41.84 150.1 101.72 -
System Red Green Blue C M Y K H S L
Decimal 5 53 81 0.94 0.35 0 0.68 202.11 0.88 0.17
Hex 5 35 51 5E 23 0 44 CA 58 11
Octal 5 65 121 136 43 0 104 312 130 21
Binary 101 110101 1010001 1011110 100011 0 1000100 11001010 1011000 10001

Color Harmonies of #053551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053551

Black with #053551

Text Example


Text Example

White with #053551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053551; }

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

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

background-color css

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

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

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

border-color css

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

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

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