Html Css Color HEX #598992 Half Baked

📋 copy color: '#598992'

red 89 ◦ green 137 ◦ blue 146

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

Shades of Half Baked #598992

Tints of Half Baked #598992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 23.92%
G = 36.83%
B = 39.25%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#598992 (or 0x598992) is known color: Half Baked. HEX triplet: 59, 89 and 92. RGB value is (89,137,146). Sum of RGB (Red+Green+Blue) = 89+137+146=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #598992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598992 is #A6766D. Grayscale: #7B7B7B. Windows color (decimal): -10909294 or 9603417. OLE color: 9603417.

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

Color convert

RGB 89 137 146 -
CMYK 0.39 0.06 0 0.43
HSL 189.47º 0.24% 0.46% -
HSV(B) 189.47º 0.39% 0.57% -
XYZ 18.25 22.09 30.5 -
YUV 123.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 89 137 146 0.39 0.06 0 0.43 189.47 0.24 0.46
Hex 59 89 92 27 6 0 2B BD 18 2E
Octal 131 211 222 47 6 0 53 275 30 56
Binary 1011001 10001001 10010010 100111 110 0 101011 10111101 11000 101110

Color Harmonies of #598992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598992

Black with #598992

Text Example


Text Example

White with #598992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598992; }

 p { color: rgb(89,137,146); }

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

background-color css

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

 a { background-color: rgb(89,137,146); }

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

border-color css

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

 span { border-color: rgb(89,137,146); }

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