Html Css Color HEX #053A58 Prussian Blue

📋 copy color: '#053A58'

red 5 ◦ green 58 ◦ blue 88

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

Shades of Prussian Blue #053A58

Tints of Prussian Blue #053A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 58.28%

R = 3.31%
G = 38.41%
B = 58.28%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053A58 (or 0x053A58) is known color: Prussian Blue. HEX triplet: 05, 3A and 58. RGB value is (5,58,88). Sum of RGB (Red+Green+Blue) = 5+58+88=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 88 (34.77% from 255 or 58.28% from 151); Max value from RGB is 88 - color contains mainly: blue. Hex color #053A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A58 is #FAC5A7. Grayscale: #2D2D2D. Windows color (decimal): -16434600 or 5782021. OLE color: 5782021.

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

Color convert

RGB 5 58 88 -
CMYK 0.94 0.34 0 0.65
HSL 201.69º 0.89% 0.18% -
HSV(B) 201.69º 0.94% 0.35% -
XYZ 3.34 3.76 9.78 -
YUV 45.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 5 58 88 0.94 0.34 0 0.65 201.69 0.89 0.18
Hex 5 3A 58 5E 22 0 41 CA 59 12
Octal 5 72 130 136 42 0 101 312 131 22
Binary 101 111010 1011000 1011110 100010 0 1000001 11001010 1011001 10010

Color Harmonies of #053A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A58

Black with #053A58

Text Example


Text Example

White with #053A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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