#568680

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

Shades of Breaker Bay #568680

Tints of Breaker Bay #568680

Color information

#568680 (or 0x568680) is unknown color: approx Breaker Bay. HEX triplet: 56, 86 and 80. RGB value is (86,134,128). Sum of RGB (Red+Green+Blue) = 86+134+128=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #568680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568680 is #A9797F. Grayscale: #767676. Windows color (decimal): -11106688 or 8422998. OLE color: 8422998.

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

Color convert

RGB86134128-
CMYK0.3600.040.47
HSL172.5º21.82%43.14%-
HSV(B)172.5º35.82%52.55%-
XYZ16.2620.5923.54-
YUV118.96133.1104.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=24.71%
G=38.51%
B=36.78%

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
Decimal861341280.3600.040.47172.521.8243.14
Hex56868024042Fac162b
Octal1262062004404572542653
Binary1010110100001101000000010010001001011111010110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568680; }

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

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

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

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

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

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

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

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