Html Css Color HEX #589895 Half Baked

📋 copy color: '#589895'

red 88 ◦ green 152 ◦ blue 149

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

Shades of Half Baked #589895

Tints of Half Baked #589895

RGB

 RED value IS 88 (34.77% from 255) = 22.62%

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

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 22.62%
G = 39.07%
B = 38.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#589895 (or 0x589895) is known color: Half Baked. HEX triplet: 58, 98 and 95. RGB value is (88,152,149). Sum of RGB (Red+Green+Blue) = 88+152+149=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #589895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589895 is #A7676A. Grayscale: #848484. Windows color (decimal): -10970987 or 9803864. OLE color: 9803864.

HSL color Cylindrical-coordinate representation of color #589895: hue angle of 177.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589895 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 152 149 -
CMYK 0.42 0 0.02 0.40
HSL 177.19º 0.27% 0.47% -
HSV(B) 177.19º 0.42% 0.6% -
XYZ 20.68 26.7 32.5 -
YUV 132.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 88 152 149 0.42 0 0.02 0.40 177.19 0.27 0.47
Hex 58 98 95 2A 0 2 28 B1 1B 2F
Octal 130 230 225 52 0 2 50 261 33 57
Binary 1011000 10011000 10010101 101010 0 10 101000 10110001 11011 101111

Color Harmonies of #589895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589895

Black with #589895

Text Example


Text Example

White with #589895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589895; }

 p { color: rgb(88,152,149); }

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

background-color css

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

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

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

border-color css

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

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

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