Html Css Color HEX #589099 Half Baked

📋 copy color: '#589099'

red 88 ◦ green 144 ◦ blue 153

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

Shades of Half Baked #589099

Tints of Half Baked #589099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 22.86%
G = 37.4%
B = 39.74%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#589099 (or 0x589099) is known color: Half Baked. HEX triplet: 58, 90 and 99. RGB value is (88,144,153). Sum of RGB (Red+Green+Blue) = 88+144+153=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #589099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589099 is #A76F66. Grayscale: #808080. Windows color (decimal): -10973031 or 10063960. OLE color: 10063960.

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

Color convert

RGB 88 144 153 -
CMYK 0.42 0.06 0 0.4
HSL 188.31º 0.27% 0.47% -
HSV(B) 188.31º 0.42% 0.6% -
XYZ 19.75 24.32 33.79 -
YUV 128.28 141.95 99.27 -
System Red Green Blue C M Y K H S L
Decimal 88 144 153 0.42 0.06 0 0.4 188.31 0.27 0.47
Hex 58 90 99 2A 6 0 28 BC 1B 2F
Octal 130 220 231 52 6 0 50 274 33 57
Binary 1011000 10010000 10011001 101010 110 0 101000 10111100 11011 101111

Color Harmonies of #589099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589099

Black with #589099

Text Example


Text Example

White with #589099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589099; }

 p { color: rgb(88,144,153); }

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

background-color css

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

 a { background-color: rgb(88,144,153); }

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

border-color css

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

 span { border-color: rgb(88,144,153); }

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