#537A7B

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

Shades of Breaker Bay #537A7B

Tints of Breaker Bay #537A7B

Color information

#537A7B (or 0x537A7B) is unknown color: approx Breaker Bay. HEX triplet: 53, 7A and 7B. RGB value is (83,122,123). Sum of RGB (Red+Green+Blue) = 83+122+123=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #537A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A7B is #AC8584. Grayscale: #6E6E6E. Windows color (decimal): -11306373 or 8092243. OLE color: 8092243.

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

Color convert

RGB83122123-
CMYK0.330.0100.52
HSL181.5º19.42%40.39%-
HSV(B)181.5º32.52%48.24%-
XYZ14.117.1921.31-
YUV110.45135.08108.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=25.30%
G=37.20%
B=37.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831221230.330.0100.52181.519.4240.39
Hex537A7B211034b61328
Octal1231721734110642662350
Binary101001111110101111011100001101101001011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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