Html Css Color HEX #559898 Half Baked

📋 copy color: '#559898'

red 85 ◦ green 152 ◦ blue 152

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

Shades of Half Baked #559898

Tints of Half Baked #559898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 21.85%
G = 39.07%
B = 39.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#559898 (or 0x559898) is known color: Half Baked. HEX triplet: 55, 98 and 98. RGB value is (85,152,152). Sum of RGB (Red+Green+Blue) = 85+152+152=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #559898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559898 is #AA6767. Grayscale: #838383. Windows color (decimal): -11167592 or 10000469. OLE color: 10000469.

HSL color Cylindrical-coordinate representation of color #559898: hue angle of 180º 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 #559898 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 152 -
CMYK 0.44 0 0 0.40
HSL 180º 0.28% 0.46% -
HSV(B) 180º 0.44% 0.6% -
XYZ 20.64 26.65 33.76 -
YUV 131.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 85 152 152 0.44 0 0 0.40 180 0.28 0.46
Hex 55 98 98 2C 0 0 28 B4 1C 2E
Octal 125 230 230 54 0 0 50 264 34 56
Binary 1010101 10011000 10011000 101100 0 0 101000 10110100 11100 101110

Color Harmonies of #559898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559898

Black with #559898

Text Example


Text Example

White with #559898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559898; }

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

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

background-color css

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

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

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

border-color css

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

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

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