Html Css Color HEX #588F90 Half Baked

📋 copy color: '#588F90'

red 88 ◦ green 143 ◦ blue 144

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

Shades of Half Baked #588F90

Tints of Half Baked #588F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 23.47%
G = 38.13%
B = 38.4%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#588F90 (or 0x588F90) is known color: Half Baked. HEX triplet: 58, 8F and 90. RGB value is (88,143,144). Sum of RGB (Red+Green+Blue) = 88+143+144=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #588F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F90 is #A7706F. Grayscale: #7E7E7E. Windows color (decimal): -10973296 or 9473880. OLE color: 9473880.

HSL color Cylindrical-coordinate representation of color #588F90: hue angle of 181.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588F90 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 143 144 -
CMYK 0.39 0.01 0 0.44
HSL 181.07º 0.24% 0.45% -
HSV(B) 181.07º 0.39% 0.56% -
XYZ 18.88 23.73 29.97 -
YUV 126.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 88 143 144 0.39 0.01 0 0.44 181.07 0.24 0.45
Hex 58 8F 90 27 1 0 2C B5 18 2D
Octal 130 217 220 47 1 0 54 265 30 55
Binary 1011000 10001111 10010000 100111 1 0 101100 10110101 11000 101101

Color Harmonies of #588F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588F90

Black with #588F90

Text Example


Text Example

White with #588F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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