Html Css Color HEX #053A66 Prussian Blue

📋 copy color: '#053A66'

red 5 ◦ green 58 ◦ blue 102

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

Shades of Prussian Blue #053A66

Tints of Prussian Blue #053A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 3.03%
G = 35.15%
B = 61.82%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#053A66 (or 0x053A66) is known color: Prussian Blue. HEX triplet: 05, 3A and 66. RGB value is (5,58,102). Sum of RGB (Red+Green+Blue) = 5+58+102=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #053A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A66 is #FAC599. Grayscale: #2E2E2E. Windows color (decimal): -16434586 or 6699525. OLE color: 6699525.

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

Color convert

RGB 5 58 102 -
CMYK 0.95 0.43 0 0.6
HSL 207.22º 0.91% 0.21% -
HSV(B) 207.22º 0.95% 0.4% -
XYZ 3.97 4.02 13.14 -
YUV 47.17 158.94 97.92 -
System Red Green Blue C M Y K H S L
Decimal 5 58 102 0.95 0.43 0 0.6 207.22 0.91 0.21
Hex 5 3A 66 5F 2B 0 3C CF 5B 15
Octal 5 72 146 137 53 0 74 317 133 25
Binary 101 111010 1100110 1011111 101011 0 111100 11001111 1011011 10101

Color Harmonies of #053A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A66

Black with #053A66

Text Example


Text Example

White with #053A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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