#5C7675

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

Shades of Breaker Bay #5C7675

Tints of Breaker Bay #5C7675

Color information

#5C7675 (or 0x5C7675) is unknown color: approx Breaker Bay. HEX triplet: 5C, 76 and 75. RGB value is (92,118,117). Sum of RGB (Red+Green+Blue) = 92+118+117=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7675 is #A3898A. Grayscale: #6E6E6E. Windows color (decimal): -10717579 or 7698012. OLE color: 7698012.

HSL color Cylindrical-coordinate representation of color #5C7675: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5C7675 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB92118117-
CMYK0.2200.010.54
HSL177.69º12.38%41.18%-
HSV(B)177.69º22.03%46.27%-
XYZ14.116.5219.27-
YUV110.11131.89115.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=28.13%
G=36.09%
B=35.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal921181170.2200.010.54177.6912.3841.18
Hex5C7675160136b2c29
Octal1341661652601662621451
Binary1011100111011011101011011001110110101100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7675; }

 p { color: rgb(92,118,117); }

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

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

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

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

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

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

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