Html Css Color HEX #599498 Half Baked

📋 copy color: '#599498'

red 89 ◦ green 148 ◦ blue 152

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

Shades of Half Baked #599498

Tints of Half Baked #599498

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 22.88%
G = 38.05%
B = 39.07%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#599498 (or 0x599498) is known color: Half Baked. HEX triplet: 59, 94 and 98. RGB value is (89,148,152). Sum of RGB (Red+Green+Blue) = 89+148+152=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #599498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599498 is #A66B67. Grayscale: #828282. Windows color (decimal): -10906472 or 9999449. OLE color: 9999449.

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

Color convert

RGB 89 148 152 -
CMYK 0.41 0.03 0 0.40
HSL 183.81º 0.26% 0.47% -
HSV(B) 183.81º 0.41% 0.6% -
XYZ 20.38 25.57 33.57 -
YUV 130.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 89 148 152 0.41 0.03 0 0.40 183.81 0.26 0.47
Hex 59 94 98 29 3 0 28 B8 1A 2F
Octal 131 224 230 51 3 0 50 270 32 57
Binary 1011001 10010100 10011000 101001 11 0 101000 10111000 11010 101111

Color Harmonies of #599498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599498

Black with #599498

Text Example


Text Example

White with #599498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599498; }

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

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

background-color css

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

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

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

border-color css

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

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

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