Html Css Color HEX #053C60 Prussian Blue

📋 copy color: '#053C60'

red 5 ◦ green 60 ◦ blue 96

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

Shades of Prussian Blue #053C60

Tints of Prussian Blue #053C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.63%

R = 3.11%
G = 37.27%
B = 59.63%

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

#053C60 (or 0x053C60) is known color: Prussian Blue. HEX triplet: 05, 3C and 60. RGB value is (5,60,96). Sum of RGB (Red+Green+Blue) = 5+60+96=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #053C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C60 is #FAC39F. Grayscale: #2F2F2F. Windows color (decimal): -16434080 or 6306821. OLE color: 6306821.

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

Color convert

RGB 5 60 96 -
CMYK 0.95 0.38 0 0.62
HSL 203.74º 0.9% 0.2% -
HSV(B) 203.74º 0.95% 0.38% -
XYZ 3.79 4.11 11.66 -
YUV 47.66 155.28 97.57 -
System Red Green Blue C M Y K H S L
Decimal 5 60 96 0.95 0.38 0 0.62 203.74 0.9 0.2
Hex 5 3C 60 5F 26 0 3E CC 5A 14
Octal 5 74 140 137 46 0 76 314 132 24
Binary 101 111100 1100000 1011111 100110 0 111110 11001100 1011010 10100

Color Harmonies of #053C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C60

Black with #053C60

Text Example


Text Example

White with #053C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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