#537A77

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

Shades of Breaker Bay #537A77

Tints of Breaker Bay #537A77

Color information

#537A77 (or 0x537A77) is unknown color: approx Breaker Bay. HEX triplet: 53, 7A and 77. RGB value is (83,122,119). Sum of RGB (Red+Green+Blue) = 83+122+119=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #537A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A77 is #AC8588. Grayscale: #6D6D6D. Windows color (decimal): -11306377 or 7830099. OLE color: 7830099.

HSL color Cylindrical-coordinate representation of color #537A77: hue angle of 175.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A77 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB83122119-
CMYK0.3200.020.52
HSL175.38º19.02%40.2%-
HSV(B)175.38º31.97%47.84%-
XYZ13.8617.0920.02-
YUV110133.08108.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=25.62%
G=37.65%
B=36.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221190.3200.020.52175.3819.0240.2
Hex537A77200234af1328
Octal1231721674002642572350
Binary1010011111101011101111000000101101001010111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537A77; }

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

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

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

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

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

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

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

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