Html Css Color HEX #589288 Lochinvar

📋 copy color: '#589288'

red 88 ◦ green 146 ◦ blue 136

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

Shades of Lochinvar #589288

Tints of Lochinvar #589288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.76%

R = 23.78%
G = 39.46%
B = 36.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#589288 (or 0x589288) is known color: Lochinvar. HEX triplet: 58, 92 and 88. RGB value is (88,146,136). Sum of RGB (Red+Green+Blue) = 88+146+136=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #589288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589288 is #A76D77. Grayscale: #7F7F7F. Windows color (decimal): -10972536 or 8950360. OLE color: 8950360.

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

Color convert

RGB 88 146 136 -
CMYK 0.40 0 0.07 0.43
HSL 169.66º 0.25% 0.46% -
HSV(B) 169.66º 0.4% 0.57% -
XYZ 18.75 24.41 27.02 -
YUV 127.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 88 146 136 0.40 0 0.07 0.43 169.66 0.25 0.46
Hex 58 92 88 28 0 7 2B AA 19 2E
Octal 130 222 210 50 0 7 53 252 31 56
Binary 1011000 10010010 10001000 101000 0 111 101011 10101010 11001 101110

Color Harmonies of #589288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589288

Black with #589288

Text Example


Text Example

White with #589288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589288; }

 p { color: rgb(88,146,136); }

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

background-color css

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

 a { background-color: rgb(88,146,136); }

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

border-color css

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

 span { border-color: rgb(88,146,136); }

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