Html Css Color HEX #054160 Prussian Blue

📋 copy color: '#054160'

red 5 ◦ green 65 ◦ blue 96

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

Shades of Prussian Blue #054160

Tints of Prussian Blue #054160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.16%

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

R = 3.01%
G = 39.16%
B = 57.83%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#054160 (or 0x054160) is known color: Prussian Blue. HEX triplet: 05, 41 and 60. RGB value is (5,65,96). Sum of RGB (Red+Green+Blue) = 5+65+96=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #054160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054160 is #FABE9F. Grayscale: #323232. Windows color (decimal): -16432800 or 6308101. OLE color: 6308101.

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

Color convert

RGB 5 65 96 -
CMYK 0.95 0.32 0 0.62
HSL 200.44º 0.9% 0.2% -
HSV(B) 200.44º 0.95% 0.38% -
XYZ 4.06 4.66 11.75 -
YUV 50.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 5 65 96 0.95 0.32 0 0.62 200.44 0.9 0.2
Hex 5 41 60 5F 20 0 3E C8 5A 14
Octal 5 101 140 137 40 0 76 310 132 24
Binary 101 1000001 1100000 1011111 100000 0 111110 11001000 1011010 10100

Color Harmonies of #054160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054160

Black with #054160

Text Example


Text Example

White with #054160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054160; }

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

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

background-color css

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

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

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

border-color css

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

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

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