Html Css Color HEX #054964 Prussian Blue

📋 copy color: '#054964'

red 5 ◦ green 73 ◦ blue 100

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

Shades of Prussian Blue #054964

Tints of Prussian Blue #054964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.01%

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

R = 2.81%
G = 41.01%
B = 56.18%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054964 (or 0x054964) is known color: Prussian Blue. HEX triplet: 05, 49 and 64. RGB value is (5,73,100). Sum of RGB (Red+Green+Blue) = 5+73+100=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #054964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054964 is #FAB69B. Grayscale: #373737. Windows color (decimal): -16430748 or 6572293. OLE color: 6572293.

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

Color convert

RGB 5 73 100 -
CMYK 0.95 0.27 0 0.61
HSL 197.05º 0.9% 0.21% -
HSV(B) 197.05º 0.95% 0.39% -
XYZ 4.75 5.72 12.91 -
YUV 55.75 152.97 91.8 -
System Red Green Blue C M Y K H S L
Decimal 5 73 100 0.95 0.27 0 0.61 197.05 0.9 0.21
Hex 5 49 64 5F 1B 0 3D C5 5A 15
Octal 5 111 144 137 33 0 75 305 132 25
Binary 101 1001001 1100100 1011111 11011 0 111101 11000101 1011010 10101

Color Harmonies of #054964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054964

Black with #054964

Text Example


Text Example

White with #054964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054964; }

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

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

background-color css

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

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

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

border-color css

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

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

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