Html Css Color HEX #053A6D Prussian Blue

📋 copy color: '#053A6D'

red 5 ◦ green 58 ◦ blue 109

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

Shades of Prussian Blue #053A6D

Tints of Prussian Blue #053A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.37%

R = 2.91%
G = 33.72%
B = 63.37%

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

#053A6D (or 0x053A6D) is known color: Prussian Blue. HEX triplet: 05, 3A and 6D. RGB value is (5,58,109). Sum of RGB (Red+Green+Blue) = 5+58+109=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #053A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A6D is #FAC592. Grayscale: #2F2F2F. Windows color (decimal): -16434579 or 7158277. OLE color: 7158277.

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

Color convert

RGB 5 58 109 -
CMYK 0.95 0.47 0 0.57
HSL 209.42º 0.91% 0.22% -
HSV(B) 209.42º 0.95% 0.43% -
XYZ 4.34 4.16 15.04 -
YUV 47.97 162.44 97.35 -
System Red Green Blue C M Y K H S L
Decimal 5 58 109 0.95 0.47 0 0.57 209.42 0.91 0.22
Hex 5 3A 6D 5F 2F 0 39 D1 5B 16
Octal 5 72 155 137 57 0 71 321 133 26
Binary 101 111010 1101101 1011111 101111 0 111001 11010001 1011011 10110

Color Harmonies of #053A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A6D

Black with #053A6D

Text Example


Text Example

White with #053A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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