Html Css Color HEX #053354 Prussian Blue

📋 copy color: '#053354'

red 5 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #053354

Tints of Prussian Blue #053354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 60%

R = 3.57%
G = 36.43%
B = 60%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053354 (or 0x053354) is known color: Prussian Blue. HEX triplet: 05, 33 and 54. RGB value is (5,51,84). Sum of RGB (Red+Green+Blue) = 5+51+84=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 84 (33.20% from 255 or 60% from 140); Max value from RGB is 84 - color contains mainly: blue. Hex color #053354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053354 is #FACCAB. Grayscale: #282828. Windows color (decimal): -16436396 or 5518085. OLE color: 5518085.

HSL color Cylindrical-coordinate representation of color #053354: hue angle of 205.06º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053354 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 51 84 -
CMYK 0.94 0.39 0 0.67
HSL 205.06º 0.89% 0.17% -
HSV(B) 205.06º 0.94% 0.33% -
XYZ 2.85 3.04 8.82 -
YUV 41.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 5 51 84 0.94 0.39 0 0.67 205.06 0.89 0.17
Hex 5 33 54 5E 27 0 43 CD 59 11
Octal 5 63 124 136 47 0 103 315 131 21
Binary 101 110011 1010100 1011110 100111 0 1000011 11001101 1011001 10001

Color Harmonies of #053354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053354

Black with #053354

Text Example


Text Example

White with #053354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053354; }

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

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

background-color css

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

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

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

border-color css

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

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

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