Html Css Color HEX #053357 Prussian Blue

📋 copy color: '#053357'

red 5 ◦ green 51 ◦ blue 87

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

Shades of Prussian Blue #053357

Tints of Prussian Blue #053357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 60.84%

R = 3.5%
G = 35.66%
B = 60.84%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#053357 (or 0x053357) is known color: Prussian Blue. HEX triplet: 05, 33 and 57. RGB value is (5,51,87). Sum of RGB (Red+Green+Blue) = 5+51+87=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #053357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053357 is #FACCA8. Grayscale: #292929. Windows color (decimal): -16436393 or 5714693. OLE color: 5714693.

HSL color Cylindrical-coordinate representation of color #053357: hue angle of 206.34º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053357 is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 51 87 -
CMYK 0.94 0.41 0 0.66
HSL 206.34º 0.89% 0.18% -
HSV(B) 206.34º 0.94% 0.34% -
XYZ 2.97 3.09 9.46 -
YUV 41.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 5 51 87 0.94 0.41 0 0.66 206.34 0.89 0.18
Hex 5 33 57 5E 29 0 42 CE 59 12
Octal 5 63 127 136 51 0 102 316 131 22
Binary 101 110011 1010111 1011110 101001 0 1000010 11001110 1011001 10010

Color Harmonies of #053357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053357

Black with #053357

Text Example


Text Example

White with #053357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053357; }

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

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

background-color css

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

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

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

border-color css

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

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

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