#537475

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

Shades of Breaker Bay #537475

Tints of Breaker Bay #537475

Color information

#537475 (or 0x537475) is unknown color: approx Breaker Bay. HEX triplet: 53, 74 and 75. RGB value is (83,116,117). Sum of RGB (Red+Green+Blue) = 83+116+117=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #537475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537475 is #AC8B8A. Grayscale: #6A6A6A. Windows color (decimal): -11307915 or 7697491. OLE color: 7697491.

HSL color Cylindrical-coordinate representation of color #537475: hue angle of 181.76º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537475 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB83116117-
CMYK0.290.0100.54
HSL181.76º17%39.22%-
HSV(B)181.76º29.06%45.88%-
XYZ13.0215.6119.16-
YUV106.25134.07111.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=26.27%
G=36.71%
B=37.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831161170.290.0100.54181.761739.22
Hex5374751D1036b61127
Octal1231641653510662662147
Binary10100111110100111010111101101101101011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537475; }

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

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

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

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

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

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

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

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