#537377

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

Shades of Breaker Bay #537377

Tints of Breaker Bay #537377

Color information

#537377 (or 0x537377) is unknown color: approx Breaker Bay. HEX triplet: 53, 73 and 77. RGB value is (83,115,119). Sum of RGB (Red+Green+Blue) = 83+115+119=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #537377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537377 is #AC8C88. Grayscale: #696969. Windows color (decimal): -11308169 or 7828307. OLE color: 7828307.

HSL color Cylindrical-coordinate representation of color #537377: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537377 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83115119-
CMYK0.300.0300.53
HSL186.67º17.82%39.61%-
HSV(B)186.67º30.25%46.67%-
XYZ13.0315.4319.74-
YUV105.89135.4111.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.18%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=26.18%
G=36.28%
B=37.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831151190.300.0300.53186.6717.8239.61
Hex5373771E3035bb1228
Octal1231631673630652732250
Binary101001111100111110111111101101101011011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537377; }

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

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

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

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

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

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

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

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