Html Css Color HEX #598E98 Half Baked

📋 copy color: '#598E98'

red 89 ◦ green 142 ◦ blue 152

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

Shades of Half Baked #598E98

Tints of Half Baked #598E98

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.08%

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 23.24%
G = 37.08%
B = 39.69%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#598E98 (or 0x598E98) is known color: Half Baked. HEX triplet: 59, 8E and 98. RGB value is (89,142,152). Sum of RGB (Red+Green+Blue) = 89+142+152=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 152 - color contains mainly: blue. Hex color #598E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598E98 is #A67167. Grayscale: #7F7F7F. Windows color (decimal): -10908008 or 9997913. OLE color: 9997913.

HSL color Cylindrical-coordinate representation of color #598E98: hue angle of 189.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #598E98 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 142 152 -
CMYK 0.41 0.07 0 0.40
HSL 189.52º 0.26% 0.47% -
HSV(B) 189.52º 0.41% 0.6% -
XYZ 19.46 23.74 33.26 -
YUV 127.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 89 142 152 0.41 0.07 0 0.40 189.52 0.26 0.47
Hex 59 8E 98 29 7 0 28 BE 1A 2F
Octal 131 216 230 51 7 0 50 276 32 57
Binary 1011001 10001110 10011000 101001 111 0 101000 10111110 11010 101111

Color Harmonies of #598E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598E98

Black with #598E98

Text Example


Text Example

White with #598E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,142,152); }

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

background-color css

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

 a { background-color: rgb(89,142,152); }

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

border-color css

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

 span { border-color: rgb(89,142,152); }

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