Html Css Color HEX #579488 Lochinvar

📋 copy color: '#579488'

red 87 ◦ green 148 ◦ blue 136

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

Shades of Lochinvar #579488

Tints of Lochinvar #579488

RGB

 RED value IS 87 (34.38% from 255) = 23.45%

 GREEN value IS 148 (58.2% from 255) = 39.89%

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

R = 23.45%
G = 39.89%
B = 36.66%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#579488 (or 0x579488) is known color: Lochinvar. HEX triplet: 57, 94 and 88. RGB value is (87,148,136). Sum of RGB (Red+Green+Blue) = 87+148+136=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #579488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579488 is #A86B77. Grayscale: #808080. Windows color (decimal): -11037560 or 8950871. OLE color: 8950871.

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

Color convert

RGB 87 148 136 -
CMYK 0.41 0 0.08 0.42
HSL 168.2º 0.26% 0.46% -
HSV(B) 168.2º 0.41% 0.58% -
XYZ 18.96 24.98 27.12 -
YUV 128.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 87 148 136 0.41 0 0.08 0.42 168.2 0.26 0.46
Hex 57 94 88 29 0 8 2A A8 1A 2E
Octal 127 224 210 51 0 10 52 250 32 56
Binary 1010111 10010100 10001000 101001 0 1000 101010 10101000 11010 101110

Color Harmonies of #579488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579488

Black with #579488

Text Example


Text Example

White with #579488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579488; }

 p { color: rgb(87,148,136); }

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

background-color css

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

 a { background-color: rgb(87,148,136); }

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

border-color css

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

 span { border-color: rgb(87,148,136); }

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