Html Css Color HEX #053559 Prussian Blue

📋 copy color: '#053559'

red 5 ◦ green 53 ◦ blue 89

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

Shades of Prussian Blue #053559

Tints of Prussian Blue #053559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.05%

 BLUE value IS 89 (35.16% from 255) = 60.54%

R = 3.4%
G = 36.05%
B = 60.54%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053559 (or 0x053559) is known color: Prussian Blue. HEX triplet: 05, 35 and 59. RGB value is (5,53,89). Sum of RGB (Red+Green+Blue) = 5+53+89=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 89 (35.16% from 255 or 60.54% from 147); Max value from RGB is 89 - color contains mainly: blue. Hex color #053559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053559 is #FACAA6. Grayscale: #2A2A2A. Windows color (decimal): -16435879 or 5846277. OLE color: 5846277.

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

Color convert

RGB 5 53 89 -
CMYK 0.94 0.40 0 0.65
HSL 205.71º 0.89% 0.18% -
HSV(B) 205.71º 0.94% 0.35% -
XYZ 3.14 3.3 9.92 -
YUV 42.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 5 53 89 0.94 0.40 0 0.65 205.71 0.89 0.18
Hex 5 35 59 5E 28 0 41 CE 59 12
Octal 5 65 131 136 50 0 101 316 131 22
Binary 101 110101 1011001 1011110 101000 0 1000001 11001110 1011001 10010

Color Harmonies of #053559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053559

Black with #053559

Text Example


Text Example

White with #053559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053559; }

 p { color: rgb(5,53,89); }

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

background-color css

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

 a { background-color: rgb(5,53,89); }

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

border-color css

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

 span { border-color: rgb(5,53,89); }

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