Html Css Color HEX #053377 Prussian Blue

📋 copy color: '#053377'

red 5 ◦ green 51 ◦ blue 119

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

Shades of Prussian Blue #053377

Tints of Prussian Blue #053377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68%

R = 2.86%
G = 29.14%
B = 68%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053377 (or 0x053377) is known color: Prussian Blue. HEX triplet: 05, 33 and 77. RGB value is (5,51,119). Sum of RGB (Red+Green+Blue) = 5+51+119=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #053377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053377 is #FACC88. Grayscale: #2C2C2C. Windows color (decimal): -16436361 or 7811845. OLE color: 7811845.

HSL color Cylindrical-coordinate representation of color #053377: hue angle of 215.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053377 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 51 119 -
CMYK 0.96 0.57 0 0.53
HSL 215.79º 0.92% 0.24% -
HSV(B) 215.79º 0.96% 0.47% -
XYZ 4.58 3.73 17.93 -
YUV 45 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 5 51 119 0.96 0.57 0 0.53 215.79 0.92 0.24
Hex 5 33 77 60 39 0 35 D8 5C 18
Octal 5 63 167 140 71 0 65 330 134 30
Binary 101 110011 1110111 1100000 111001 0 110101 11011000 1011100 11000

Color Harmonies of #053377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053377

Black with #053377

Text Example


Text Example

White with #053377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053377; }

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

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

background-color css

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

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

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

border-color css

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

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

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