Html Css Color HEX #568B80 Lochinvar

📋 copy color: '#568B80'

red 86 ◦ green 139 ◦ blue 128

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

Shades of Lochinvar #568B80

Tints of Lochinvar #568B80

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.38%

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

R = 24.36%
G = 39.38%
B = 36.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#568B80 (or 0x568B80) is known color: Lochinvar. HEX triplet: 56, 8B and 80. RGB value is (86,139,128). Sum of RGB (Red+Green+Blue) = 86+139+128=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #568B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568B80 is #A9747F. Grayscale: #797979. Windows color (decimal): -11105408 or 8424278. OLE color: 8424278.

HSL color Cylindrical-coordinate representation of color #568B80: hue angle of 167.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B80 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 139 128 -
CMYK 0.38 0 0.08 0.45
HSL 167.55º 0.24% 0.44% -
HSV(B) 167.55º 0.38% 0.55% -
XYZ 16.97 22 23.77 -
YUV 121.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 86 139 128 0.38 0 0.08 0.45 167.55 0.24 0.44
Hex 56 8B 80 26 0 8 2D A8 18 2C
Octal 126 213 200 46 0 10 55 250 30 54
Binary 1010110 10001011 10000000 100110 0 1000 101101 10101000 11000 101100

Color Harmonies of #568B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568B80

Black with #568B80

Text Example


Text Example

White with #568B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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