Html Css Color HEX #054564 Prussian Blue

📋 copy color: '#054564'

red 5 ◦ green 69 ◦ blue 100

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

Shades of Prussian Blue #054564

Tints of Prussian Blue #054564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.66%

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

R = 2.87%
G = 39.66%
B = 57.47%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#054564 (or 0x054564) is known color: Prussian Blue. HEX triplet: 05, 45 and 64. RGB value is (5,69,100). Sum of RGB (Red+Green+Blue) = 5+69+100=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #054564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054564 is #FABA9B. Grayscale: #353535. Windows color (decimal): -16431772 or 6571269. OLE color: 6571269.

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

Color convert

RGB 5 69 100 -
CMYK 0.95 0.31 0 0.61
HSL 199.58º 0.9% 0.21% -
HSV(B) 199.58º 0.95% 0.39% -
XYZ 4.49 5.21 12.83 -
YUV 53.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 5 69 100 0.95 0.31 0 0.61 199.58 0.9 0.21
Hex 5 45 64 5F 1F 0 3D C8 5A 15
Octal 5 105 144 137 37 0 75 310 132 25
Binary 101 1000101 1100100 1011111 11111 0 111101 11001000 1011010 10101

Color Harmonies of #054564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054564

Black with #054564

Text Example


Text Example

White with #054564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054564; }

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

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

background-color css

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

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

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

border-color css

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

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

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