Html Css Color HEX #598B95 Half Baked

📋 copy color: '#598B95'

red 89 ◦ green 139 ◦ blue 149

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

Shades of Half Baked #598B95

Tints of Half Baked #598B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 23.61%
G = 36.87%
B = 39.52%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598B95 (or 0x598B95) is known color: Half Baked. HEX triplet: 59, 8B and 95. RGB value is (89,139,149). Sum of RGB (Red+Green+Blue) = 89+139+149=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #598B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598B95 is #A6746A. Grayscale: #7D7D7D. Windows color (decimal): -10908779 or 9800537. OLE color: 9800537.

HSL color Cylindrical-coordinate representation of color #598B95: hue angle of 190º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #598B95 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 139 149 -
CMYK 0.40 0.07 0 0.42
HSL 190º 0.25% 0.47% -
HSV(B) 190º 0.4% 0.58% -
XYZ 18.78 22.76 31.84 -
YUV 125.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 89 139 149 0.40 0.07 0 0.42 190 0.25 0.47
Hex 59 8B 95 28 7 0 2A BE 19 2F
Octal 131 213 225 50 7 0 52 276 31 57
Binary 1011001 10001011 10010101 101000 111 0 101010 10111110 11001 101111

Color Harmonies of #598B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598B95

Black with #598B95

Text Example


Text Example

White with #598B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598B95; }

 p { color: rgb(89,139,149); }

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

background-color css

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

 a { background-color: rgb(89,139,149); }

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

border-color css

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

 span { border-color: rgb(89,139,149); }

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