#53837E

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

Shades of Breaker Bay #53837E

Tints of Breaker Bay #53837E

Color information

#53837E (or 0x53837E) is unknown color: approx Breaker Bay. HEX triplet: 53, 83 and 7E. RGB value is (83,131,126). Sum of RGB (Red+Green+Blue) = 83+131+126=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #53837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837E is #AC7C81. Grayscale: #747474. Windows color (decimal): -11304066 or 8291155. OLE color: 8291155.

HSL color Cylindrical-coordinate representation of color #53837E: hue angle of 173.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53837E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB83131126-
CMYK0.3700.040.49
HSL173.75º22.43%41.96%-
HSV(B)173.75º36.64%51.37%-
XYZ15.4519.5822.7-
YUV116.08133.6104.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=24.41%
G=38.53%
B=37.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311260.3700.040.49173.7522.4341.96
Hex53837E250431ae162a
Octal1232031764504612562652
Binary101001110000011111111010010101001100011010111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53837E; }

 p { color: rgb(83,131,126); }

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

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

 a { background-color: rgb(83,131,126); }

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

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

 span { border-color: rgb(83,131,126); }

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