Html Css Color HEX #589094 Half Baked

📋 copy color: '#589094'

red 88 ◦ green 144 ◦ blue 148

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

Shades of Half Baked #589094

Tints of Half Baked #589094

RGB

 RED value IS 88 (34.77% from 255) = 23.16%

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 23.16%
G = 37.89%
B = 38.95%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#589094 (or 0x589094) is known color: Half Baked. HEX triplet: 58, 90 and 94. RGB value is (88,144,148). Sum of RGB (Red+Green+Blue) = 88+144+148=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #589094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589094 is #A76F6B. Grayscale: #7F7F7F. Windows color (decimal): -10973036 or 9736280. OLE color: 9736280.

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

Color convert

RGB 88 144 148 -
CMYK 0.41 0.03 0 0.42
HSL 184º 0.25% 0.46% -
HSV(B) 184º 0.41% 0.58% -
XYZ 19.34 24.16 31.66 -
YUV 127.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 88 144 148 0.41 0.03 0 0.42 184 0.25 0.46
Hex 58 90 94 29 3 0 2A B8 19 2E
Octal 130 220 224 51 3 0 52 270 31 56
Binary 1011000 10010000 10010100 101001 11 0 101010 10111000 11001 101110

Color Harmonies of #589094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589094

Black with #589094

Text Example


Text Example

White with #589094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589094; }

 p { color: rgb(88,144,148); }

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

background-color css

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

 a { background-color: rgb(88,144,148); }

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

border-color css

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

 span { border-color: rgb(88,144,148); }

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