Html Css Color HEX #559698 Half Baked

📋 copy color: '#559698'

red 85 ◦ green 150 ◦ blue 152

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

Shades of Half Baked #559698

Tints of Half Baked #559698

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 152 (59.77% from 255) = 39.28%

R = 21.96%
G = 38.76%
B = 39.28%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#559698 (or 0x559698) is known color: Half Baked. HEX triplet: 55, 96 and 98. RGB value is (85,150,152). Sum of RGB (Red+Green+Blue) = 85+150+152=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 152 - color contains mainly: blue. Hex color #559698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559698 is #AA6967. Grayscale: #828282. Windows color (decimal): -11168104 or 9999957. OLE color: 9999957.

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

Color convert

RGB 85 150 152 -
CMYK 0.44 0.01 0 0.40
HSL 181.79º 0.28% 0.46% -
HSV(B) 181.79º 0.44% 0.6% -
XYZ 20.32 26.01 33.66 -
YUV 130.79 139.97 95.34 -
System Red Green Blue C M Y K H S L
Decimal 85 150 152 0.44 0.01 0 0.40 181.79 0.28 0.46
Hex 55 96 98 2C 1 0 28 B6 1C 2E
Octal 125 226 230 54 1 0 50 266 34 56
Binary 1010101 10010110 10011000 101100 1 0 101000 10110110 11100 101110

Color Harmonies of #559698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559698

Black with #559698

Text Example


Text Example

White with #559698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559698; }

 p { color: rgb(85,150,152); }

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

background-color css

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

 a { background-color: rgb(85,150,152); }

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

border-color css

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

 span { border-color: rgb(85,150,152); }

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