Html Css Color HEX #054864 Prussian Blue

📋 copy color: '#054864'

red 5 ◦ green 72 ◦ blue 100

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

Shades of Prussian Blue #054864

Tints of Prussian Blue #054864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.68%

 BLUE value IS 100 (39.45% from 255) = 56.5%

R = 2.82%
G = 40.68%
B = 56.5%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054864 (or 0x054864) is known color: Prussian Blue. HEX triplet: 05, 48 and 64. RGB value is (5,72,100). Sum of RGB (Red+Green+Blue) = 5+72+100=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #054864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054864 is #FAB79B. Grayscale: #363636. Windows color (decimal): -16431004 or 6572037. OLE color: 6572037.

HSL color Cylindrical-coordinate representation of color #054864: hue angle of 197.68º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054864 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 72 100 -
CMYK 0.95 0.28 0 0.61
HSL 197.68º 0.9% 0.21% -
HSV(B) 197.68º 0.95% 0.39% -
XYZ 4.68 5.59 12.89 -
YUV 55.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 5 72 100 0.95 0.28 0 0.61 197.68 0.9 0.21
Hex 5 48 64 5F 1C 0 3D C6 5A 15
Octal 5 110 144 137 34 0 75 306 132 25
Binary 101 1001000 1100100 1011111 11100 0 111101 11000110 1011010 10101

Color Harmonies of #054864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054864

Black with #054864

Text Example


Text Example

White with #054864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054864; }

 p { color: rgb(5,72,100); }

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

background-color css

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

 a { background-color: rgb(5,72,100); }

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

border-color css

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

 span { border-color: rgb(5,72,100); }

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