Html Css Color HEX #559994 Half Baked

📋 copy color: '#559994'

red 85 ◦ green 153 ◦ blue 148

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

Shades of Half Baked #559994

Tints of Half Baked #559994

RGB

 RED value IS 85 (33.59% from 255) = 22.02%

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 22.02%
G = 39.64%
B = 38.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#559994 (or 0x559994) is known color: Half Baked. HEX triplet: 55, 99 and 94. RGB value is (85,153,148). Sum of RGB (Red+Green+Blue) = 85+153+148=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #559994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559994 is #AA666B. Grayscale: #848484. Windows color (decimal): -11167340 or 9738581. OLE color: 9738581.

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

Color convert

RGB 85 153 148 -
CMYK 0.44 0 0.03 0.4
HSL 175.59º 0.29% 0.47% -
HSV(B) 175.59º 0.44% 0.6% -
XYZ 20.48 26.85 32.12 -
YUV 132.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 85 153 148 0.44 0 0.03 0.4 175.59 0.29 0.47
Hex 55 99 94 2C 0 3 28 B0 1D 2F
Octal 125 231 224 54 0 3 50 260 35 57
Binary 1010101 10011001 10010100 101100 0 11 101000 10110000 11101 101111

Color Harmonies of #559994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559994

Black with #559994

Text Example


Text Example

White with #559994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559994; }

 p { color: rgb(85,153,148); }

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

background-color css

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

 a { background-color: rgb(85,153,148); }

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

border-color css

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

 span { border-color: rgb(85,153,148); }

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