Html Css Color HEX #053E5B Prussian Blue

📋 copy color: '#053E5B'

red 5 ◦ green 62 ◦ blue 91

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

Shades of Prussian Blue #053E5B

Tints of Prussian Blue #053E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 3.16%
G = 39.24%
B = 57.59%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053E5B (or 0x053E5B) is known color: Prussian Blue. HEX triplet: 05, 3E and 5B. RGB value is (5,62,91). Sum of RGB (Red+Green+Blue) = 5+62+91=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #053E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E5B is #FAC1A4. Grayscale: #303030. Windows color (decimal): -16433573 or 5979653. OLE color: 5979653.

HSL color Cylindrical-coordinate representation of color #053E5B: hue angle of 200.23º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053E5B is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 62 91 -
CMYK 0.95 0.32 0 0.64
HSL 200.23º 0.9% 0.19% -
HSV(B) 200.23º 0.95% 0.36% -
XYZ 3.67 4.23 10.52 -
YUV 48.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 5 62 91 0.95 0.32 0 0.64 200.23 0.9 0.19
Hex 5 3E 5B 5F 20 0 40 C8 5A 13
Octal 5 76 133 137 40 0 100 310 132 23
Binary 101 111110 1011011 1011111 100000 0 1000000 11001000 1011010 10011

Color Harmonies of #053E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E5B

Black with #053E5B

Text Example


Text Example

White with #053E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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