#537776

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

Shades of Breaker Bay #537776

Tints of Breaker Bay #537776

Color information

#537776 (or 0x537776) is unknown color: approx Breaker Bay. HEX triplet: 53, 77 and 76. RGB value is (83,119,118). Sum of RGB (Red+Green+Blue) = 83+119+118=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #537776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537776 is #AC8889. Grayscale: #6C6C6C. Windows color (decimal): -11307146 or 7763795. OLE color: 7763795.

HSL color Cylindrical-coordinate representation of color #537776: hue angle of 178.33º 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 #537776 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB83119118-
CMYK0.3000.010.53
HSL178.33º17.82%39.61%-
HSV(B)178.33º30.25%46.67%-
XYZ13.4316.3419.59-
YUV108.12133.57110.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.94%
GREEN value IS 119 (46.88% from 255) = 37.19%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=25.94%
G=37.19%
B=36.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191180.3000.010.53178.3317.8239.61
Hex5377761E0135b21228
Octal1231671663601652622250
Binary10100111110111111011011110011101011011001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537776; }

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

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

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

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

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

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

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

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