Html Css Color HEX #598F98 Half Baked

📋 copy color: '#598F98'

red 89 ◦ green 143 ◦ blue 152

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

Shades of Half Baked #598F98

Tints of Half Baked #598F98

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

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

R = 23.18%
G = 37.24%
B = 39.58%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#598F98 (or 0x598F98) is known color: Half Baked. HEX triplet: 59, 8F and 98. RGB value is (89,143,152). Sum of RGB (Red+Green+Blue) = 89+143+152=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 152 - color contains mainly: blue. Hex color #598F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598F98 is #A67067. Grayscale: #7F7F7F. Windows color (decimal): -10907752 or 9998169. OLE color: 9998169.

HSL color Cylindrical-coordinate representation of color #598F98: hue angle of 188.57º 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 #598F98 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 143 152 -
CMYK 0.41 0.06 0 0.40
HSL 188.57º 0.26% 0.47% -
HSV(B) 188.57º 0.41% 0.6% -
XYZ 19.61 24.04 33.31 -
YUV 127.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 89 143 152 0.41 0.06 0 0.40 188.57 0.26 0.47
Hex 59 8F 98 29 6 0 28 BD 1A 2F
Octal 131 217 230 51 6 0 50 275 32 57
Binary 1011001 10001111 10011000 101001 110 0 101000 10111101 11010 101111

Color Harmonies of #598F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598F98

Black with #598F98

Text Example


Text Example

White with #598F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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