#568180

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

Shades of Breaker Bay #568180

Tints of Breaker Bay #568180

Color information

#568180 (or 0x568180) is unknown color: approx Breaker Bay. HEX triplet: 56, 81 and 80. RGB value is (86,129,128). Sum of RGB (Red+Green+Blue) = 86+129+128=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #568180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568180 is #A97E7F. Grayscale: #737373. Windows color (decimal): -11107968 or 8421718. OLE color: 8421718.

HSL color Cylindrical-coordinate representation of color #568180: hue angle of 178.6º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #568180 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB86129128-
CMYK0.3300.010.49
HSL178.6º20%42.16%-
HSV(B)178.6º33.33%50.59%-
XYZ15.5819.2423.31-
YUV116.03134.75106.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=25.07%
G=37.61%
B=37.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal861291280.3300.010.49178.62042.16
Hex568180210131b3142a
Octal1262012004101612632452
Binary10101101000000110000000100001011100011011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568180; }

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

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

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

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

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

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

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

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