#53807F

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

Shades of Breaker Bay #53807F

Tints of Breaker Bay #53807F

Color information

#53807F (or 0x53807F) is unknown color: approx Breaker Bay. HEX triplet: 53, 80 and 7F. RGB value is (83,128,127). Sum of RGB (Red+Green+Blue) = 83+128+127=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #53807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807F is #AC7F80. Grayscale: #727272. Windows color (decimal): -11304833 or 8355923. OLE color: 8355923.

HSL color Cylindrical-coordinate representation of color #53807F: hue angle of 178.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53807F is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB83128127-
CMYK0.3500.010.50
HSL178.67º21.33%41.37%-
HSV(B)178.67º35.16%50.2%-
XYZ15.1218.8122.91-
YUV114.43135.09105.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 127 (50% from 255) = 37.57%
R=24.56%
G=37.87%
B=37.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281270.3500.010.50178.6721.3341.37
Hex53807F230132b31529
Octal1232001774301622632551
Binary1010011100000001111111100011011100101011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53807F; }

 p { color: rgb(83,128,127); }

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

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

 a { background-color: rgb(83,128,127); }

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

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

 span { border-color: rgb(83,128,127); }

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