Html Css Color HEX #589894 Half Baked

📋 copy color: '#589894'

red 88 ◦ green 152 ◦ blue 148

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

Shades of Half Baked #589894

Tints of Half Baked #589894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 22.68%
G = 39.18%
B = 38.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#589894 (or 0x589894) is known color: Half Baked. HEX triplet: 58, 98 and 94. RGB value is (88,152,148). Sum of RGB (Red+Green+Blue) = 88+152+148=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #589894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589894 is #A7676B. Grayscale: #848484. Windows color (decimal): -10970988 or 9738328. OLE color: 9738328.

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

Color convert

RGB 88 152 148 -
CMYK 0.42 0 0.03 0.40
HSL 176.25º 0.27% 0.47% -
HSV(B) 176.25º 0.42% 0.6% -
XYZ 20.6 26.67 32.08 -
YUV 132.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 88 152 148 0.42 0 0.03 0.40 176.25 0.27 0.47
Hex 58 98 94 2A 0 3 28 B0 1B 2F
Octal 130 230 224 52 0 3 50 260 33 57
Binary 1011000 10011000 10010100 101010 0 11 101000 10110000 11011 101111

Color Harmonies of #589894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589894

Black with #589894

Text Example


Text Example

White with #589894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589894; }

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

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

background-color css

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

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

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

border-color css

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

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

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