#53837C

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

Shades of Breaker Bay #53837C

Tints of Breaker Bay #53837C

Color information

#53837C (or 0x53837C) is unknown color: approx Breaker Bay. HEX triplet: 53, 83 and 7C. RGB value is (83,131,124). Sum of RGB (Red+Green+Blue) = 83+131+124=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 131 - color contains mainly: green. Hex color #53837C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53837C is #AC7C83. Grayscale: #737373. Windows color (decimal): -11304068 or 8160083. OLE color: 8160083.

HSL color Cylindrical-coordinate representation of color #53837C: hue angle of 171.25º 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 #53837C is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB83131124-
CMYK0.3700.050.49
HSL171.25º22.43%41.96%-
HSV(B)171.25º36.64%51.37%-
XYZ15.3219.5322.03-
YUV115.85132.6104.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=24.56%
G=38.76%
B=36.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831311240.3700.050.49171.2522.4341.96
Hex53837C250531ab162a
Octal1232031744505612532652
Binary101001110000011111110010010101011100011010101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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