Html Css Color HEX #053860 Prussian Blue

📋 copy color: '#053860'

red 5 ◦ green 56 ◦ blue 96

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

Shades of Prussian Blue #053860

Tints of Prussian Blue #053860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 3.18%
G = 35.67%
B = 61.15%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053860 (or 0x053860) is known color: Prussian Blue. HEX triplet: 05, 38 and 60. RGB value is (5,56,96). Sum of RGB (Red+Green+Blue) = 5+56+96=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #053860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053860 is #FAC79F. Grayscale: #2D2D2D. Windows color (decimal): -16435104 or 6305797. OLE color: 6305797.

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

Color convert

RGB 5 56 96 -
CMYK 0.95 0.42 0 0.62
HSL 206.37º 0.9% 0.2% -
HSV(B) 206.37º 0.95% 0.38% -
XYZ 3.59 3.71 11.59 -
YUV 45.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 5 56 96 0.95 0.42 0 0.62 206.37 0.9 0.2
Hex 5 38 60 5F 2A 0 3E CE 5A 14
Octal 5 70 140 137 52 0 76 316 132 24
Binary 101 111000 1100000 1011111 101010 0 111110 11001110 1011010 10100

Color Harmonies of #053860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053860

Black with #053860

Text Example


Text Example

White with #053860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053860; }

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

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

background-color css

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

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

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

border-color css

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

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

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