Html Css Color HEX #588C86 Lochinvar

📋 copy color: '#588C86'

red 88 ◦ green 140 ◦ blue 134

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

Shades of Lochinvar #588C86

Tints of Lochinvar #588C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 24.31%
G = 38.67%
B = 37.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#588C86 (or 0x588C86) is known color: Lochinvar. HEX triplet: 58, 8C and 86. RGB value is (88,140,134). Sum of RGB (Red+Green+Blue) = 88+140+134=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 140 - color contains mainly: green. Hex color #588C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C86 is #A77379. Grayscale: #7B7B7B. Windows color (decimal): -10974074 or 8817752. OLE color: 8817752.

HSL color Cylindrical-coordinate representation of color #588C86: hue angle of 173.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588C86 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 140 134 -
CMYK 0.37 0 0.04 0.45
HSL 173.08º 0.23% 0.45% -
HSV(B) 173.08º 0.37% 0.55% -
XYZ 17.71 22.55 25.97 -
YUV 123.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 88 140 134 0.37 0 0.04 0.45 173.08 0.23 0.45
Hex 58 8C 86 25 0 4 2D AD 17 2D
Octal 130 214 206 45 0 4 55 255 27 55
Binary 1011000 10001100 10000110 100101 0 100 101101 10101101 10111 101101

Color Harmonies of #588C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588C86

Black with #588C86

Text Example


Text Example

White with #588C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,140,134); }

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

background-color css

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

 a { background-color: rgb(88,140,134); }

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

border-color css

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

 span { border-color: rgb(88,140,134); }

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