Html Css Color HEX #053E59 Prussian Blue

📋 copy color: '#053E59'

red 5 ◦ green 62 ◦ blue 89

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

Shades of Prussian Blue #053E59

Tints of Prussian Blue #053E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.74%

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

R = 3.21%
G = 39.74%
B = 57.05%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053E59 (or 0x053E59) is known color: Prussian Blue. HEX triplet: 05, 3E and 59. RGB value is (5,62,89). Sum of RGB (Red+Green+Blue) = 5+62+89=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #053E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E59 is #FAC1A6. Grayscale: #2F2F2F. Windows color (decimal): -16433575 or 5848581. OLE color: 5848581.

HSL color Cylindrical-coordinate representation of color #053E59: hue angle of 199.29º 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 #053E59 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 62 89 -
CMYK 0.94 0.30 0 0.65
HSL 199.29º 0.89% 0.18% -
HSV(B) 199.29º 0.94% 0.35% -
XYZ 3.59 4.2 10.07 -
YUV 48.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 5 62 89 0.94 0.30 0 0.65 199.29 0.89 0.18
Hex 5 3E 59 5E 1E 0 41 C7 59 12
Octal 5 76 131 136 36 0 101 307 131 22
Binary 101 111110 1011001 1011110 11110 0 1000001 11000111 1011001 10010

Color Harmonies of #053E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E59

Black with #053E59

Text Example


Text Example

White with #053E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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