#53857F

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

Shades of Breaker Bay #53857F

Tints of Breaker Bay #53857F

Color information

#53857F (or 0x53857F) is unknown color: approx Breaker Bay. HEX triplet: 53, 85 and 7F. RGB value is (83,133,127). Sum of RGB (Red+Green+Blue) = 83+133+127=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #53857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53857F is #AC7A80. Grayscale: #757575. Windows color (decimal): -11303553 or 8357203. OLE color: 8357203.

HSL color Cylindrical-coordinate representation of color #53857F: hue angle of 172.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53857F is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB83133127-
CMYK0.3800.050.48
HSL172.8º23.15%42.35%-
HSV(B)172.8º37.59%52.16%-
XYZ15.7920.1523.14-
YUV117.37133.44103.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 127 (50% from 255) = 37.03%
R=24.20%
G=38.78%
B=37.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831331270.3800.050.48172.823.1542.35
Hex53857F260530ad172a
Octal1232051774605602552752
Binary101001110000101111111110011001011100001010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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