#537774

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

Shades of Breaker Bay #537774

Tints of Breaker Bay #537774

Color information

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

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

Color convert

RGB83119116-
CMYK0.3000.030.53
HSL175º17.82%39.61%-
HSV(B)175º30.25%46.67%-
XYZ13.3216.2918.97-
YUV107.89132.57110.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831191160.3000.030.5317517.8239.61
Hex5377741E0335af1228
Octal1231671643603652572250
Binary101001111101111110100111100111101011010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537774; }

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

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

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

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

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

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

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

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