Html Css Color HEX #053350 Prussian Blue

📋 copy color: '#053350'

red 5 ◦ green 51 ◦ blue 80

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

Shades of Prussian Blue #053350

Tints of Prussian Blue #053350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 3.68%
G = 37.5%
B = 58.82%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#053350 (or 0x053350) is known color: Prussian Blue. HEX triplet: 05, 33 and 50. RGB value is (5,51,80). Sum of RGB (Red+Green+Blue) = 5+51+80=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #053350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053350 is #FACCAF. Grayscale: #282828. Windows color (decimal): -16436400 or 5255941. OLE color: 5255941.

HSL color Cylindrical-coordinate representation of color #053350: hue angle of 203.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053350 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 51 80 -
CMYK 0.94 0.36 0 0.69
HSL 203.2º 0.88% 0.17% -
HSV(B) 203.2º 0.94% 0.31% -
XYZ 2.69 2.98 8.02 -
YUV 40.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 5 51 80 0.94 0.36 0 0.69 203.2 0.88 0.17
Hex 5 33 50 5E 24 0 45 CB 58 11
Octal 5 63 120 136 44 0 105 313 130 21
Binary 101 110011 1010000 1011110 100100 0 1000101 11001011 1011000 10001

Color Harmonies of #053350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053350

Black with #053350

Text Example


Text Example

White with #053350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053350; }

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

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

background-color css

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

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

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

border-color css

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

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

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