Html Css Color HEX #549991 Half Baked

📋 copy color: '#549991'

red 84 ◦ green 153 ◦ blue 145

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

Shades of Half Baked #549991

Tints of Half Baked #549991

RGB

 RED value IS 84 (33.2% from 255) = 21.99%

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 21.99%
G = 40.05%
B = 37.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#549991 (or 0x549991) is known color: Half Baked. HEX triplet: 54, 99 and 91. RGB value is (84,153,145). Sum of RGB (Red+Green+Blue) = 84+153+145=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #549991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549991 is #AB666E. Grayscale: #838383. Windows color (decimal): -11232879 or 9541972. OLE color: 9541972.

HSL color Cylindrical-coordinate representation of color #549991: hue angle of 173.04º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549991 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 145 -
CMYK 0.45 0 0.05 0.4
HSL 173.04º 0.29% 0.46% -
HSV(B) 173.04º 0.45% 0.6% -
XYZ 20.16 26.71 30.88 -
YUV 131.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 84 153 145 0.45 0 0.05 0.4 173.04 0.29 0.46
Hex 54 99 91 2D 0 5 28 AD 1D 2E
Octal 124 231 221 55 0 5 50 255 35 56
Binary 1010100 10011001 10010001 101101 0 101 101000 10101101 11101 101110

Color Harmonies of #549991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549991

Black with #549991

Text Example


Text Example

White with #549991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549991; }

 p { color: rgb(84,153,145); }

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

background-color css

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

 a { background-color: rgb(84,153,145); }

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

border-color css

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

 span { border-color: rgb(84,153,145); }

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