#568581

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

Shades of Breaker Bay #568581

Tints of Breaker Bay #568581

Color information

#568581 (or 0x568581) is unknown color: approx Breaker Bay. HEX triplet: 56, 85 and 81. RGB value is (86,133,129). Sum of RGB (Red+Green+Blue) = 86+133+129=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #568581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568581 is #A97A7E. Grayscale: #767676. Windows color (decimal): -11106943 or 8488278. OLE color: 8488278.

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

Color convert

RGB86133129-
CMYK0.3500.030.48
HSL174.89º21.46%42.94%-
HSV(B)174.89º35.34%52.16%-
XYZ16.1920.3423.84-
YUV118.49133.93104.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.71%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=24.71%
G=38.22%
B=37.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal861331290.3500.030.48174.8921.4642.94
Hex568581230330af152b
Octal1262052014303602572553
Binary101011010000101100000011000110111100001010111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568581; }

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

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

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

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

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

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

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

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