Html Css Color HEX #559497 Half Baked

📋 copy color: '#559497'

red 85 ◦ green 148 ◦ blue 151

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

Shades of Half Baked #559497

Tints of Half Baked #559497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 22.14%
G = 38.54%
B = 39.32%

CMYK

 C value IS 0.44

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#559497 (or 0x559497) is known color: Half Baked. HEX triplet: 55, 94 and 97. RGB value is (85,148,151). Sum of RGB (Red+Green+Blue) = 85+148+151=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #559497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559497 is #AA6B68. Grayscale: #818181. Windows color (decimal): -11168617 or 9933909. OLE color: 9933909.

HSL color Cylindrical-coordinate representation of color #559497: hue angle of 182.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559497 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 148 151 -
CMYK 0.44 0.02 0 0.41
HSL 182.73º 0.28% 0.46% -
HSV(B) 182.73º 0.44% 0.59% -
XYZ 19.92 25.35 33.12 -
YUV 129.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 85 148 151 0.44 0.02 0 0.41 182.73 0.28 0.46
Hex 55 94 97 2C 2 0 29 B7 1C 2E
Octal 125 224 227 54 2 0 51 267 34 56
Binary 1010101 10010100 10010111 101100 10 0 101001 10110111 11100 101110

Color Harmonies of #559497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559497

Black with #559497

Text Example


Text Example

White with #559497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559497; }

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

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

background-color css

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

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

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

border-color css

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

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

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