#537577

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

Shades of Breaker Bay #537577

Tints of Breaker Bay #537577

Color information

#537577 (or 0x537577) is unknown color: approx Breaker Bay. HEX triplet: 53, 75 and 77. RGB value is (83,117,119). Sum of RGB (Red+Green+Blue) = 83+117+119=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #537577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537577 is #AC8A88. Grayscale: #6B6B6B. Windows color (decimal): -11307657 or 7828819. OLE color: 7828819.

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

Color convert

RGB83117119-
CMYK0.300.0200.53
HSL183.33º17.82%39.61%-
HSV(B)183.33º30.25%46.67%-
XYZ13.2615.8919.82-
YUV107.06134.74110.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=26.02%
G=36.68%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831171190.300.0200.53183.3317.8239.61
Hex5375771E2035b71228
Octal1231651673620652672250
Binary101001111101011110111111101001101011011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537577; }

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

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

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

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

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

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

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

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