#537C7A

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

Shades of Breaker Bay #537C7A

Tints of Breaker Bay #537C7A

Color information

#537C7A (or 0x537C7A) is unknown color: approx Breaker Bay. HEX triplet: 53, 7C and 7A. RGB value is (83,124,122). Sum of RGB (Red+Green+Blue) = 83+124+122=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 124 - color contains mainly: green. Hex color #537C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C7A is #AC8385. Grayscale: #6F6F6F. Windows color (decimal): -11305862 or 8027219. OLE color: 8027219.

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

Color convert

RGB83124122-
CMYK0.3300.020.51
HSL177.07º19.81%40.59%-
HSV(B)177.07º33.06%48.63%-
XYZ14.2917.6621.07-
YUV111.51133.92107.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=25.23%
G=37.69%
B=37.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241220.3300.020.51177.0719.8140.59
Hex537C7A210233b11429
Octal1231741724102632612451
Binary1010011111110011110101000010101100111011000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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