#537477

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

Shades of Breaker Bay #537477

Tints of Breaker Bay #537477

Color information

#537477 (or 0x537477) is unknown color: approx Breaker Bay. HEX triplet: 53, 74 and 77. RGB value is (83,116,119). Sum of RGB (Red+Green+Blue) = 83+116+119=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #537477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537477 is #AC8B88. Grayscale: #6A6A6A. Windows color (decimal): -11307913 or 7828563. OLE color: 7828563.

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

Color convert

RGB83116119-
CMYK0.300.0300.53
HSL185º17.82%39.61%-
HSV(B)185º30.25%46.67%-
XYZ13.1415.6619.78-
YUV106.48135.07111.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=26.10%
G=36.48%
B=37.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831161190.300.0300.5318517.8239.61
Hex5374771E3035b91228
Octal1231641673630652712250
Binary101001111101001110111111101101101011011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537477; }

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

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

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

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

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

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

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

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