#5A7675

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

Shades of Breaker Bay #5A7675

Tints of Breaker Bay #5A7675

Color information

#5A7675 (or 0x5A7675) is unknown color: approx Breaker Bay. HEX triplet: 5A, 76 and 75. RGB value is (90,118,117). Sum of RGB (Red+Green+Blue) = 90+118+117=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7675 is #A5898A. Grayscale: #6D6D6D. Windows color (decimal): -10848651 or 7698010. OLE color: 7698010.

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

Color convert

RGB90118117-
CMYK0.2400.010.54
HSL177.86º13.46%40.78%-
HSV(B)177.86º23.73%46.27%-
XYZ13.9116.4119.27-
YUV109.51132.22114.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 117 (46.09% from 255) = 36%
R=27.69%
G=36.31%
B=36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal901181170.2400.010.54177.8613.4640.78
Hex5A7675180136b2d29
Octal1321661653001662621551
Binary1011010111011011101011100001110110101100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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