#537375

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

Shades of Breaker Bay #537375

Tints of Breaker Bay #537375

Color information

#537375 (or 0x537375) is unknown color: approx Breaker Bay. HEX triplet: 53, 73 and 75. RGB value is (83,115,117). Sum of RGB (Red+Green+Blue) = 83+115+117=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #537375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537375 is #AC8C8A. Grayscale: #696969. Windows color (decimal): -11308171 or 7697235. OLE color: 7697235.

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

Color convert

RGB83115117-
CMYK0.290.0200.54
HSL183.53º17%39.22%-
HSV(B)183.53º29.06%45.88%-
XYZ12.9115.3819.12-
YUV105.66134.4111.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.35%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=26.35%
G=36.51%
B=37.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal831151170.290.0200.54183.531739.22
Hex5373751D2036b81127
Octal1231631653520662702147
Binary101001111100111110101111011001101101011100010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537375; }

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

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

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

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

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

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

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

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