Html Css Color HEX #053A54 Prussian Blue

📋 copy color: '#053A54'

red 5 ◦ green 58 ◦ blue 84

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

Shades of Prussian Blue #053A54

Tints of Prussian Blue #053A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 84 (33.2% from 255) = 57.14%

R = 3.4%
G = 39.46%
B = 57.14%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#053A54 (or 0x053A54) is known color: Prussian Blue. HEX triplet: 05, 3A and 54. RGB value is (5,58,84). Sum of RGB (Red+Green+Blue) = 5+58+84=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #053A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A54 is #FAC5AB. Grayscale: #2C2C2C. Windows color (decimal): -16434604 or 5519877. OLE color: 5519877.

HSL color Cylindrical-coordinate representation of color #053A54: hue angle of 199.75º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053A54 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 58 84 -
CMYK 0.94 0.31 0 0.67
HSL 199.75º 0.89% 0.17% -
HSV(B) 199.75º 0.94% 0.33% -
XYZ 3.18 3.7 8.93 -
YUV 45.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 5 58 84 0.94 0.31 0 0.67 199.75 0.89 0.17
Hex 5 3A 54 5E 1F 0 43 C8 59 11
Octal 5 72 124 136 37 0 103 310 131 21
Binary 101 111010 1010100 1011110 11111 0 1000011 11001000 1011001 10001

Color Harmonies of #053A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A54

Black with #053A54

Text Example


Text Example

White with #053A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,84); }

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

background-color css

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

 a { background-color: rgb(5,58,84); }

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

border-color css

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

 span { border-color: rgb(5,58,84); }

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