#567575

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

Shades of Breaker Bay #567575

Tints of Breaker Bay #567575

Color information

#567575 (or 0x567575) is unknown color: approx Breaker Bay. HEX triplet: 56, 75 and 75. RGB value is (86,117,117). Sum of RGB (Red+Green+Blue) = 86+117+117=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #567575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567575 is #A98A8A. Grayscale: #6B6B6B. Windows color (decimal): -11111051 or 7697750. OLE color: 7697750.

HSL color Cylindrical-coordinate representation of color #567575: hue angle of 180º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567575 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86117117-
CMYK0.26000.54
HSL180º15.27%39.8%-
HSV(B)180º26.5%45.88%-
XYZ13.4115.9919.21-
YUV107.73133.23112.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.88%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=26.88%
G=36.56%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861171170.26000.5418015.2739.8
Hex5675751A0036b4f28
Octal1261651653200662641750
Binary1010110111010111101011101000110110101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567575; }

 p { color: rgb(86,117,117); }

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

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

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

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

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

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

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