Html Css Color HEX #568880 Lochinvar

📋 copy color: '#568880'

red 86 ◦ green 136 ◦ blue 128

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

Shades of Lochinvar #568880

Tints of Lochinvar #568880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 24.57%
G = 38.86%
B = 36.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#568880 (or 0x568880) is known color: Lochinvar. HEX triplet: 56, 88 and 80. RGB value is (86,136,128). Sum of RGB (Red+Green+Blue) = 86+136+128=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #568880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568880 is #A9777F. Grayscale: #787878. Windows color (decimal): -11106176 or 8423510. OLE color: 8423510.

HSL color Cylindrical-coordinate representation of color #568880: hue angle of 170.4º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568880 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 136 128 -
CMYK 0.37 0 0.06 0.47
HSL 170.4º 0.23% 0.44% -
HSV(B) 170.4º 0.37% 0.53% -
XYZ 16.54 21.15 23.63 -
YUV 120.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 86 136 128 0.37 0 0.06 0.47 170.4 0.23 0.44
Hex 56 88 80 25 0 6 2F AA 17 2C
Octal 126 210 200 45 0 6 57 252 27 54
Binary 1010110 10001000 10000000 100101 0 110 101111 10101010 10111 101100

Color Harmonies of #568880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568880

Black with #568880

Text Example


Text Example

White with #568880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568880; }

 p { color: rgb(86,136,128); }

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

background-color css

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

 a { background-color: rgb(86,136,128); }

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

border-color css

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

 span { border-color: rgb(86,136,128); }

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