Html Css Color HEX #568881 Lochinvar

📋 copy color: '#568881'

red 86 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #568881

Tints of Lochinvar #568881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 24.5%
G = 38.75%
B = 36.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#568881 (or 0x568881) is known color: Lochinvar. HEX triplet: 56, 88 and 81. RGB value is (86,136,129). Sum of RGB (Red+Green+Blue) = 86+136+129=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #568881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568881 is #A9777E. Grayscale: #787878. Windows color (decimal): -11106175 or 8489046. OLE color: 8489046.

HSL color Cylindrical-coordinate representation of color #568881: hue angle of 171.6º 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 #568881 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 136 129 -
CMYK 0.37 0 0.05 0.47
HSL 171.6º 0.23% 0.44% -
HSV(B) 171.6º 0.37% 0.53% -
XYZ 16.6 21.17 23.98 -
YUV 120.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 86 136 129 0.37 0 0.05 0.47 171.6 0.23 0.44
Hex 56 88 81 25 0 5 2F AC 17 2C
Octal 126 210 201 45 0 5 57 254 27 54
Binary 1010110 10001000 10000001 100101 0 101 101111 10101100 10111 101100

Color Harmonies of #568881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568881

Black with #568881

Text Example


Text Example

White with #568881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568881; }

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

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

background-color css

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

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

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

border-color css

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

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

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