#537578

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

Shades of Breaker Bay #537578

Tints of Breaker Bay #537578

Color information

#537578 (or 0x537578) is unknown color: approx Breaker Bay. HEX triplet: 53, 75 and 78. RGB value is (83,117,120). Sum of RGB (Red+Green+Blue) = 83+117+120=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #537578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537578 is #AC8A87. Grayscale: #6B6B6B. Windows color (decimal): -11307656 or 7894355. OLE color: 7894355.

HSL color Cylindrical-coordinate representation of color #537578: hue angle of 184.86º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537578 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83117120-
CMYK0.310.0200.53
HSL184.86º18.23%39.8%-
HSV(B)184.86º30.83%47.06%-
XYZ13.3215.9220.14-
YUV107.18135.24110.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=25.94%
G=36.56%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831171200.310.0200.53184.8618.2339.8
Hex5375781F2035b91228
Octal1231651703720652712250
Binary101001111101011111000111111001101011011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537578; }

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

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

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

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

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

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

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

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