Html Css Color HEX #053351 Prussian Blue

📋 copy color: '#053351'

red 5 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #053351

Tints of Prussian Blue #053351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 3.65%
G = 37.23%
B = 59.12%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#053351 (or 0x053351) is known color: Prussian Blue. HEX triplet: 05, 33 and 51. RGB value is (5,51,81). Sum of RGB (Red+Green+Blue) = 5+51+81=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #053351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053351 is #FACCAE. Grayscale: #282828. Windows color (decimal): -16436399 or 5321477. OLE color: 5321477.

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

Color convert

RGB 5 51 81 -
CMYK 0.94 0.37 0 0.68
HSL 203.68º 0.88% 0.17% -
HSV(B) 203.68º 0.94% 0.32% -
XYZ 2.73 2.99 8.22 -
YUV 40.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 5 51 81 0.94 0.37 0 0.68 203.68 0.88 0.17
Hex 5 33 51 5E 25 0 44 CC 58 11
Octal 5 63 121 136 45 0 104 314 130 21
Binary 101 110011 1010001 1011110 100101 0 1000100 11001100 1011000 10001

Color Harmonies of #053351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053351

Black with #053351

Text Example


Text Example

White with #053351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053351; }

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

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

background-color css

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

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

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

border-color css

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

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

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