Html Css Color HEX #588994 Half Baked

📋 copy color: '#588994'

red 88 ◦ green 137 ◦ blue 148

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

Shades of Half Baked #588994

Tints of Half Baked #588994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 23.59%
G = 36.73%
B = 39.68%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588994 (or 0x588994) is known color: Half Baked. HEX triplet: 58, 89 and 94. RGB value is (88,137,148). Sum of RGB (Red+Green+Blue) = 88+137+148=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #588994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588994 is #A7766B. Grayscale: #7B7B7B. Windows color (decimal): -10974828 or 9734488. OLE color: 9734488.

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

Color convert

RGB 88 137 148 -
CMYK 0.41 0.07 0 0.42
HSL 191º 0.25% 0.46% -
HSV(B) 191º 0.41% 0.58% -
XYZ 18.32 22.1 31.32 -
YUV 123.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 88 137 148 0.41 0.07 0 0.42 191 0.25 0.46
Hex 58 89 94 29 7 0 2A BF 19 2E
Octal 130 211 224 51 7 0 52 277 31 56
Binary 1011000 10001001 10010100 101001 111 0 101010 10111111 11001 101110

Color Harmonies of #588994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588994

Black with #588994

Text Example


Text Example

White with #588994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588994; }

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

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

background-color css

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

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

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

border-color css

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

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

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