Html Css Color HEX #599294 Half Baked

📋 copy color: '#599294'

red 89 ◦ green 146 ◦ blue 148

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

Shades of Half Baked #599294

Tints of Half Baked #599294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.12%

 BLUE value IS 148 (58.2% from 255) = 38.64%

R = 23.24%
G = 38.12%
B = 38.64%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#599294 (or 0x599294) is known color: Half Baked. HEX triplet: 59, 92 and 94. RGB value is (89,146,148). Sum of RGB (Red+Green+Blue) = 89+146+148=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #599294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599294 is #A66D6B. Grayscale: #818181. Windows color (decimal): -10906988 or 9736793. OLE color: 9736793.

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

Color convert

RGB 89 146 148 -
CMYK 0.40 0.01 0 0.42
HSL 182.03º 0.25% 0.46% -
HSV(B) 182.03º 0.4% 0.58% -
XYZ 19.74 24.82 31.77 -
YUV 129.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 89 146 148 0.40 0.01 0 0.42 182.03 0.25 0.46
Hex 59 92 94 28 1 0 2A B6 19 2E
Octal 131 222 224 50 1 0 52 266 31 56
Binary 1011001 10010010 10010100 101000 1 0 101010 10110110 11001 101110

Color Harmonies of #599294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599294

Black with #599294

Text Example


Text Example

White with #599294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599294; }

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

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

background-color css

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

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

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

border-color css

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

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

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