Html Css Color HEX #053A5C Prussian Blue

📋 copy color: '#053A5C'

red 5 ◦ green 58 ◦ blue 92

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

Shades of Prussian Blue #053A5C

Tints of Prussian Blue #053A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 59.35%

R = 3.23%
G = 37.42%
B = 59.35%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#053A5C (or 0x053A5C) is known color: Prussian Blue. HEX triplet: 05, 3A and 5C. RGB value is (5,58,92). Sum of RGB (Red+Green+Blue) = 5+58+92=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #053A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A5C is #FAC5A3. Grayscale: #2D2D2D. Windows color (decimal): -16434596 or 6044165. OLE color: 6044165.

HSL color Cylindrical-coordinate representation of color #053A5C: hue angle of 203.45º 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 #053A5C is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 58 92 -
CMYK 0.95 0.37 0 0.64
HSL 203.45º 0.9% 0.19% -
HSV(B) 203.45º 0.95% 0.36% -
XYZ 3.51 3.83 10.68 -
YUV 46.03 153.94 98.74 -
System Red Green Blue C M Y K H S L
Decimal 5 58 92 0.95 0.37 0 0.64 203.45 0.9 0.19
Hex 5 3A 5C 5F 25 0 40 CB 5A 13
Octal 5 72 134 137 45 0 100 313 132 23
Binary 101 111010 1011100 1011111 100101 0 1000000 11001011 1011010 10011

Color Harmonies of #053A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A5C

Black with #053A5C

Text Example


Text Example

White with #053A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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