#537778

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

Shades of Breaker Bay #537778

Tints of Breaker Bay #537778

Color information

#537778 (or 0x537778) is unknown color: approx Breaker Bay. HEX triplet: 53, 77 and 78. RGB value is (83,119,120). Sum of RGB (Red+Green+Blue) = 83+119+120=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 120 - color contains mainly: blue. Hex color #537778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537778 is #AC8887. Grayscale: #6C6C6C. Windows color (decimal): -11307144 or 7894867. OLE color: 7894867.

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

Color convert

RGB83119120-
CMYK0.310.0100.53
HSL181.62º18.23%39.8%-
HSV(B)181.62º30.83%47.06%-
XYZ13.5516.3920.22-
YUV108.35134.57109.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 119 (46.88% from 255) = 36.96%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=25.78%
G=36.96%
B=37.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191200.310.0100.53181.6218.2339.8
Hex5377781F1035b61228
Octal1231671703710652662250
Binary10100111110111111100011111101101011011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537778; }

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

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

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

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

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

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

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

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