Html Css Color HEX #053F59 Prussian Blue

📋 copy color: '#053F59'

red 5 ◦ green 63 ◦ blue 89

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

Shades of Prussian Blue #053F59

Tints of Prussian Blue #053F59

RGB

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

 GREEN value IS 63 (25% from 255) = 40.13%

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

R = 3.18%
G = 40.13%
B = 56.69%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053F59 (or 0x053F59) is known color: Prussian Blue. HEX triplet: 05, 3F and 59. RGB value is (5,63,89). Sum of RGB (Red+Green+Blue) = 5+63+89=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #053F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F59 is #FAC0A6. Grayscale: #303030. Windows color (decimal): -16433319 or 5848837. OLE color: 5848837.

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

Color convert

RGB 5 63 89 -
CMYK 0.94 0.29 0 0.65
HSL 198.57º 0.89% 0.18% -
HSV(B) 198.57º 0.94% 0.35% -
XYZ 3.64 4.31 10.09 -
YUV 48.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 5 63 89 0.94 0.29 0 0.65 198.57 0.89 0.18
Hex 5 3F 59 5E 1D 0 41 C7 59 12
Octal 5 77 131 136 35 0 101 307 131 22
Binary 101 111111 1011001 1011110 11101 0 1000001 11000111 1011001 10010

Color Harmonies of #053F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F59

Black with #053F59

Text Example


Text Example

White with #053F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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