Html Css Color HEX #054666 Prussian Blue

📋 copy color: '#054666'

red 5 ◦ green 70 ◦ blue 102

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

Shades of Prussian Blue #054666

Tints of Prussian Blue #054666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 2.82%
G = 39.55%
B = 57.63%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#054666 (or 0x054666) is known color: Prussian Blue. HEX triplet: 05, 46 and 66. RGB value is (5,70,102). Sum of RGB (Red+Green+Blue) = 5+70+102=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 102 (40.23% from 255 or 57.63% from 177); Max value from RGB is 102 - color contains mainly: blue. Hex color #054666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054666 is #FAB999. Grayscale: #363636. Windows color (decimal): -16431514 or 6702597. OLE color: 6702597.

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

Color convert

RGB 5 70 102 -
CMYK 0.95 0.31 0 0.6
HSL 199.79º 0.91% 0.21% -
HSV(B) 199.79º 0.95% 0.4% -
XYZ 4.65 5.37 13.36 -
YUV 54.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 5 70 102 0.95 0.31 0 0.6 199.79 0.91 0.21
Hex 5 46 66 5F 1F 0 3C C8 5B 15
Octal 5 106 146 137 37 0 74 310 133 25
Binary 101 1000110 1100110 1011111 11111 0 111100 11001000 1011011 10101

Color Harmonies of #054666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054666

Black with #054666

Text Example


Text Example

White with #054666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054666; }

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

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

background-color css

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

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

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

border-color css

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

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

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