Html Css Color HEX #598F9A Half Baked

📋 copy color: '#598F9A'

red 89 ◦ green 143 ◦ blue 154

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

Shades of Half Baked #598F9A

Tints of Half Baked #598F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 23.06%
G = 37.05%
B = 39.9%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#598F9A (or 0x598F9A) is known color: Half Baked. HEX triplet: 59, 8F and 9A. RGB value is (89,143,154). Sum of RGB (Red+Green+Blue) = 89+143+154=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #598F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598F9A is #A67065. Grayscale: #808080. Windows color (decimal): -10907750 or 10129241. OLE color: 10129241.

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

Color convert

RGB 89 143 154 -
CMYK 0.42 0.07 0 0.40
HSL 190.15º 0.27% 0.48% -
HSV(B) 190.15º 0.42% 0.6% -
XYZ 19.78 24.1 34.18 -
YUV 128.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 89 143 154 0.42 0.07 0 0.40 190.15 0.27 0.48
Hex 59 8F 9A 2A 7 0 28 BE 1B 30
Octal 131 217 232 52 7 0 50 276 33 60
Binary 1011001 10001111 10011010 101010 111 0 101000 10111110 11011 110000

Color Harmonies of #598F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598F9A

Black with #598F9A

Text Example


Text Example

White with #598F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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