Html Css Color HEX #053B60 Prussian Blue

📋 copy color: '#053B60'

red 5 ◦ green 59 ◦ blue 96

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

Shades of Prussian Blue #053B60

Tints of Prussian Blue #053B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

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

R = 3.13%
G = 36.88%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053B60 (or 0x053B60) is known color: Prussian Blue. HEX triplet: 05, 3B and 60. RGB value is (5,59,96). Sum of RGB (Red+Green+Blue) = 5+59+96=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #053B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053B60 is #FAC49F. Grayscale: #2E2E2E. Windows color (decimal): -16434336 or 6306565. OLE color: 6306565.

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

Color convert

RGB 5 59 96 -
CMYK 0.95 0.39 0 0.62
HSL 204.4º 0.9% 0.2% -
HSV(B) 204.4º 0.95% 0.38% -
XYZ 3.74 4 11.64 -
YUV 47.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 5 59 96 0.95 0.39 0 0.62 204.4 0.9 0.2
Hex 5 3B 60 5F 27 0 3E CC 5A 14
Octal 5 73 140 137 47 0 76 314 132 24
Binary 101 111011 1100000 1011111 100111 0 111110 11001100 1011010 10100

Color Harmonies of #053B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B60

Black with #053B60

Text Example


Text Example

White with #053B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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