#567475

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

Shades of Breaker Bay #567475

Tints of Breaker Bay #567475

Color information

#567475 (or 0x567475) is unknown color: approx Breaker Bay. HEX triplet: 56, 74 and 75. RGB value is (86,116,117). Sum of RGB (Red+Green+Blue) = 86+116+117=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #567475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567475 is #A98B8A. Grayscale: #6B6B6B. Windows color (decimal): -11111307 or 7697494. OLE color: 7697494.

HSL color Cylindrical-coordinate representation of color #567475: hue angle of 181.94º 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 #567475 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB86116117-
CMYK0.260.0100.54
HSL181.94º15.27%39.8%-
HSV(B)181.94º26.5%45.88%-
XYZ13.2915.7519.17-
YUV107.14133.56112.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=26.96%
G=36.36%
B=36.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal861161170.260.0100.54181.9415.2739.8
Hex5674751A1036b6f28
Octal1261641653210662661750
Binary1010110111010011101011101010110110101101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567475; }

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

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

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

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

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

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

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

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