#568681

Color #568681 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #568681

Tints of Breaker Bay #568681

Color information

#568681 (or 0x568681) is unknown color: approx Breaker Bay. HEX triplet: 56, 86 and 81. RGB value is (86,134,129). Sum of RGB (Red+Green+Blue) = 86+134+129=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #568681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568681 is #A9797E. Grayscale: #777777. Windows color (decimal): -11106687 or 8488534. OLE color: 8488534.

HSL color Cylindrical-coordinate representation of color #568681: hue angle of 173.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568681 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB86134129-
CMYK0.3600.040.47
HSL173.75º21.82%43.14%-
HSV(B)173.75º35.82%52.55%-
XYZ16.3320.6123.89-
YUV119.08133.6104.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=24.64%
G=38.40%
B=36.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341290.3600.040.47173.7521.8243.14
Hex56868124042Fae162b
Octal1262062014404572562653
Binary1010110100001101000000110010001001011111010111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568681; }

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

 H1.HeaderClassName
 {
   color: #568681;
 }
 .AnyTagClassName
 {
   color: #568681;
 }
</style>
background-color css

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

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

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

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

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

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