Html Css Color HEX #598890 Half Baked

📋 copy color: '#598890'

red 89 ◦ green 136 ◦ blue 144

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

Shades of Half Baked #598890

Tints of Half Baked #598890

RGB

 RED value IS 89 (35.16% from 255) = 24.12%

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 24.12%
G = 36.86%
B = 39.02%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#598890 (or 0x598890) is known color: Half Baked. HEX triplet: 59, 88 and 90. RGB value is (89,136,144). Sum of RGB (Red+Green+Blue) = 89+136+144=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #598890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598890 is #A6776F. Grayscale: #7A7A7A. Windows color (decimal): -10909552 or 9472089. OLE color: 9472089.

HSL color Cylindrical-coordinate representation of color #598890: hue angle of 188.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #598890 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 136 144 -
CMYK 0.38 0.06 0 0.44
HSL 188.73º 0.24% 0.46% -
HSV(B) 188.73º 0.38% 0.56% -
XYZ 17.96 21.75 29.64 -
YUV 122.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 89 136 144 0.38 0.06 0 0.44 188.73 0.24 0.46
Hex 59 88 90 26 6 0 2C BD 18 2E
Octal 131 210 220 46 6 0 54 275 30 56
Binary 1011001 10001000 10010000 100110 110 0 101100 10111101 11000 101110

Color Harmonies of #598890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598890

Black with #598890

Text Example


Text Example

White with #598890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598890; }

 p { color: rgb(89,136,144); }

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

background-color css

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

 a { background-color: rgb(89,136,144); }

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

border-color css

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

 span { border-color: rgb(89,136,144); }

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