Html Css Color HEX #053A6E Prussian Blue

📋 copy color: '#053A6E'

red 5 ◦ green 58 ◦ blue 110

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

Shades of Prussian Blue #053A6E

Tints of Prussian Blue #053A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.58%

R = 2.89%
G = 33.53%
B = 63.58%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#053A6E (or 0x053A6E) is known color: Prussian Blue. HEX triplet: 05, 3A and 6E. RGB value is (5,58,110). Sum of RGB (Red+Green+Blue) = 5+58+110=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #053A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A6E is #FAC591. Grayscale: #2F2F2F. Windows color (decimal): -16434578 or 7223813. OLE color: 7223813.

HSL color Cylindrical-coordinate representation of color #053A6E: hue angle of 209.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053A6E is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 58 110 -
CMYK 0.95 0.47 0 0.57
HSL 209.71º 0.91% 0.23% -
HSV(B) 209.71º 0.95% 0.43% -
XYZ 4.39 4.18 15.33 -
YUV 48.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 5 58 110 0.95 0.47 0 0.57 209.71 0.91 0.23
Hex 5 3A 6E 5F 2F 0 39 D2 5B 17
Octal 5 72 156 137 57 0 71 322 133 27
Binary 101 111010 1101110 1011111 101111 0 111001 11010010 1011011 10111

Color Harmonies of #053A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A6E

Black with #053A6E

Text Example


Text Example

White with #053A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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