Html Css Color HEX #053C61 Prussian Blue

📋 copy color: '#053C61'

red 5 ◦ green 60 ◦ blue 97

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

Shades of Prussian Blue #053C61

Tints of Prussian Blue #053C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.04%

 BLUE value IS 97 (38.28% from 255) = 59.88%

R = 3.09%
G = 37.04%
B = 59.88%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053C61 (or 0x053C61) is known color: Prussian Blue. HEX triplet: 05, 3C and 61. RGB value is (5,60,97). Sum of RGB (Red+Green+Blue) = 5+60+97=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #053C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C61 is #FAC39E. Grayscale: #2F2F2F. Windows color (decimal): -16434079 or 6372357. OLE color: 6372357.

HSL color Cylindrical-coordinate representation of color #053C61: hue angle of 204.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053C61 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 60 97 -
CMYK 0.95 0.38 0 0.62
HSL 204.13º 0.9% 0.2% -
HSV(B) 204.13º 0.95% 0.38% -
XYZ 3.84 4.13 11.9 -
YUV 47.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 5 60 97 0.95 0.38 0 0.62 204.13 0.9 0.2
Hex 5 3C 61 5F 26 0 3E CC 5A 14
Octal 5 74 141 137 46 0 76 314 132 24
Binary 101 111100 1100001 1011111 100110 0 111110 11001100 1011010 10100

Color Harmonies of #053C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C61

Black with #053C61

Text Example


Text Example

White with #053C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,97); }

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

background-color css

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

 a { background-color: rgb(5,60,97); }

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

border-color css

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

 span { border-color: rgb(5,60,97); }

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