Html Css Color HEX #054966 Prussian Blue

📋 copy color: '#054966'

red 5 ◦ green 73 ◦ blue 102

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

Shades of Prussian Blue #054966

Tints of Prussian Blue #054966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.67%

R = 2.78%
G = 40.56%
B = 56.67%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#054966 (or 0x054966) is known color: Prussian Blue. HEX triplet: 05, 49 and 66. RGB value is (5,73,102). Sum of RGB (Red+Green+Blue) = 5+73+102=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #054966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054966 is #FAB699. Grayscale: #373737. Windows color (decimal): -16430746 or 6703365. OLE color: 6703365.

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

Color convert

RGB 5 73 102 -
CMYK 0.95 0.28 0 0.6
HSL 197.94º 0.91% 0.21% -
HSV(B) 197.94º 0.95% 0.4% -
XYZ 4.84 5.76 13.43 -
YUV 55.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 5 73 102 0.95 0.28 0 0.6 197.94 0.91 0.21
Hex 5 49 66 5F 1C 0 3C C6 5B 15
Octal 5 111 146 137 34 0 74 306 133 25
Binary 101 1001001 1100110 1011111 11100 0 111100 11000110 1011011 10101

Color Harmonies of #054966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054966

Black with #054966

Text Example


Text Example

White with #054966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054966; }

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

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

background-color css

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

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

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

border-color css

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

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

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