#537C7D

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

Shades of Breaker Bay #537C7D

Tints of Breaker Bay #537C7D

Color information

#537C7D (or 0x537C7D) is unknown color: approx Breaker Bay. HEX triplet: 53, 7C and 7D. RGB value is (83,124,125). Sum of RGB (Red+Green+Blue) = 83+124+125=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #537C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C7D is #AC8382. Grayscale: #6F6F6F. Windows color (decimal): -11305859 or 8223827. OLE color: 8223827.

HSL color Cylindrical-coordinate representation of color #537C7D: hue angle of 181.43º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #537C7D is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB83124125-
CMYK0.340.0100.51
HSL181.43º20.19%40.78%-
HSV(B)181.43º33.6%49.02%-
XYZ14.4817.7322.06-
YUV111.85135.42107.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=25%
G=37.35%
B=37.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241250.340.0100.51181.4320.1940.78
Hex537C7D221033b51429
Octal1231741754210632652451
Binary101001111111001111101100010101100111011010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,124,125); }

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

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

 a { background-color: rgb(83,124,125); }

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

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

 span { border-color: rgb(83,124,125); }

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