Html Css Color HEX #053E70 Prussian Blue

📋 copy color: '#053E70'

red 5 ◦ green 62 ◦ blue 112

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

Shades of Prussian Blue #053E70

Tints of Prussian Blue #053E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.57%

R = 2.79%
G = 34.64%
B = 62.57%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053E70 (or 0x053E70) is known color: Prussian Blue. HEX triplet: 05, 3E and 70. RGB value is (5,62,112). Sum of RGB (Red+Green+Blue) = 5+62+112=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #053E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E70 is #FAC18F. Grayscale: #323232. Windows color (decimal): -16433552 or 7355909. OLE color: 7355909.

HSL color Cylindrical-coordinate representation of color #053E70: hue angle of 208.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E70 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 62 112 -
CMYK 0.96 0.45 0 0.56
HSL 208.04º 0.91% 0.23% -
HSV(B) 208.04º 0.96% 0.44% -
XYZ 4.71 4.65 15.98 -
YUV 50.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 5 62 112 0.96 0.45 0 0.56 208.04 0.91 0.23
Hex 5 3E 70 60 2D 0 38 D0 5B 17
Octal 5 76 160 140 55 0 70 320 133 27
Binary 101 111110 1110000 1100000 101101 0 111000 11010000 1011011 10111

Color Harmonies of #053E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E70

Black with #053E70

Text Example


Text Example

White with #053E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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