Html Css Color HEX #589295 Half Baked

📋 copy color: '#589295'

red 88 ◦ green 146 ◦ blue 149

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

Shades of Half Baked #589295

Tints of Half Baked #589295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

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

R = 22.98%
G = 38.12%
B = 38.9%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#589295 (or 0x589295) is known color: Half Baked. HEX triplet: 58, 92 and 95. RGB value is (88,146,149). Sum of RGB (Red+Green+Blue) = 88+146+149=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #589295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589295 is #A76D6A. Grayscale: #808080. Windows color (decimal): -10972523 or 9802328. OLE color: 9802328.

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

Color convert

RGB 88 146 149 -
CMYK 0.41 0.02 0 0.42
HSL 182.95º 0.26% 0.46% -
HSV(B) 182.95º 0.41% 0.58% -
XYZ 19.73 24.8 32.18 -
YUV 129 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 88 146 149 0.41 0.02 0 0.42 182.95 0.26 0.46
Hex 58 92 95 29 2 0 2A B7 1A 2E
Octal 130 222 225 51 2 0 52 267 32 56
Binary 1011000 10010010 10010101 101001 10 0 101010 10110111 11010 101110

Color Harmonies of #589295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589295

Black with #589295

Text Example


Text Example

White with #589295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589295; }

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

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

background-color css

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

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

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

border-color css

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

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

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