Html Css Color HEX #054565 Prussian Blue

📋 copy color: '#054565'

red 5 ◦ green 69 ◦ blue 101

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

Shades of Prussian Blue #054565

Tints of Prussian Blue #054565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.71%

R = 2.86%
G = 39.43%
B = 57.71%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#054565 (or 0x054565) is known color: Prussian Blue. HEX triplet: 05, 45 and 65. RGB value is (5,69,101). Sum of RGB (Red+Green+Blue) = 5+69+101=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #054565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054565 is #FABA9A. Grayscale: #353535. Windows color (decimal): -16431771 or 6636805. OLE color: 6636805.

HSL color Cylindrical-coordinate representation of color #054565: hue angle of 200º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054565 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 69 101 -
CMYK 0.95 0.32 0 0.60
HSL 200º 0.91% 0.21% -
HSV(B) 200º 0.95% 0.4% -
XYZ 4.54 5.23 13.08 -
YUV 53.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 5 69 101 0.95 0.32 0 0.60 200 0.91 0.21
Hex 5 45 65 5F 20 0 3C C8 5B 15
Octal 5 105 145 137 40 0 74 310 133 25
Binary 101 1000101 1100101 1011111 100000 0 111100 11001000 1011011 10101

Color Harmonies of #054565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054565

Black with #054565

Text Example


Text Example

White with #054565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054565; }

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

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

background-color css

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

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

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

border-color css

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

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

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