Html Css Color HEX #569589 Lochinvar

📋 copy color: '#569589'

red 86 ◦ green 149 ◦ blue 137

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

Shades of Lochinvar #569589

Tints of Lochinvar #569589

RGB

 RED value IS 86 (33.98% from 255) = 23.12%

 GREEN value IS 149 (58.59% from 255) = 40.05%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 23.12%
G = 40.05%
B = 36.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#569589 (or 0x569589) is known color: Lochinvar. HEX triplet: 56, 95 and 89. RGB value is (86,149,137). Sum of RGB (Red+Green+Blue) = 86+149+137=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #569589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569589 is #A96A76. Grayscale: #808080. Windows color (decimal): -11102839 or 9016662. OLE color: 9016662.

HSL color Cylindrical-coordinate representation of color #569589: hue angle of 168.57º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569589 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 149 137 -
CMYK 0.42 0 0.08 0.42
HSL 168.57º 0.27% 0.46% -
HSV(B) 168.57º 0.42% 0.58% -
XYZ 19.1 25.28 27.54 -
YUV 128.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 86 149 137 0.42 0 0.08 0.42 168.57 0.27 0.46
Hex 56 95 89 2A 0 8 2A A9 1B 2E
Octal 126 225 211 52 0 10 52 251 33 56
Binary 1010110 10010101 10001001 101010 0 1000 101010 10101001 11011 101110

Color Harmonies of #569589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569589

Black with #569589

Text Example


Text Example

White with #569589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569589; }

 p { color: rgb(86,149,137); }

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

background-color css

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

 a { background-color: rgb(86,149,137); }

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

border-color css

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

 span { border-color: rgb(86,149,137); }

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