Html Css Color HEX #559493 Half Baked

📋 copy color: '#559493'

red 85 ◦ green 148 ◦ blue 147

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

Shades of Half Baked #559493

Tints of Half Baked #559493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 22.37%
G = 38.95%
B = 38.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#559493 (or 0x559493) is known color: Half Baked. HEX triplet: 55, 94 and 93. RGB value is (85,148,147). Sum of RGB (Red+Green+Blue) = 85+148+147=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #559493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559493 is #AA6B6C. Grayscale: #808080. Windows color (decimal): -11168621 or 9671765. OLE color: 9671765.

HSL color Cylindrical-coordinate representation of color #559493: hue angle of 179.05º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559493 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 148 147 -
CMYK 0.43 0 0.01 0.42
HSL 179.05º 0.27% 0.46% -
HSV(B) 179.05º 0.43% 0.58% -
XYZ 19.6 25.22 31.44 -
YUV 129.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 85 148 147 0.43 0 0.01 0.42 179.05 0.27 0.46
Hex 55 94 93 2B 0 1 2A B3 1B 2E
Octal 125 224 223 53 0 1 52 263 33 56
Binary 1010101 10010100 10010011 101011 0 1 101010 10110011 11011 101110

Color Harmonies of #559493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559493

Black with #559493

Text Example


Text Example

White with #559493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559493; }

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

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

background-color css

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

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

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

border-color css

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

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

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