#568580

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

Shades of Breaker Bay #568580

Tints of Breaker Bay #568580

Color information

#568580 (or 0x568580) is unknown color: approx Breaker Bay. HEX triplet: 56, 85 and 80. RGB value is (86,133,128). Sum of RGB (Red+Green+Blue) = 86+133+128=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #568580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568580 is #A97A7F. Grayscale: #767676. Windows color (decimal): -11106944 or 8422742. OLE color: 8422742.

HSL color Cylindrical-coordinate representation of color #568580: hue angle of 173.62º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568580 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB86133128-
CMYK0.3500.040.48
HSL173.62º21.46%42.94%-
HSV(B)173.62º35.34%52.16%-
XYZ16.1220.3123.49-
YUV118.38133.43104.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=24.78%
G=38.33%
B=36.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331280.3500.040.48173.6221.4642.94
Hex568580230430ae152b
Octal1262052004304602562553
Binary1010110100001011000000010001101001100001010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568580; }

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

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

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

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

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

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

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

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