#568481

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

Shades of Breaker Bay #568481

Tints of Breaker Bay #568481

Color information

#568481 (or 0x568481) is unknown color: approx Breaker Bay. HEX triplet: 56, 84 and 81. RGB value is (86,132,129). Sum of RGB (Red+Green+Blue) = 86+132+129=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #568481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568481 is #A97B7E. Grayscale: #757575. Windows color (decimal): -11107199 or 8488022. OLE color: 8488022.

HSL color Cylindrical-coordinate representation of color #568481: hue angle of 176.09º 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 #568481 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB86132129-
CMYK0.3500.020.48
HSL176.09º21.1%42.75%-
HSV(B)176.09º34.85%51.76%-
XYZ16.0520.0723.8-
YUV117.9134.26105.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=24.78%
G=38.04%
B=37.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861321290.3500.020.48176.0921.142.75
Hex568481230230b0152b
Octal1262042014302602602553
Binary101011010000100100000011000110101100001011000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568481; }

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

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

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

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

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

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

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

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