#53817E

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

Shades of Breaker Bay #53817E

Tints of Breaker Bay #53817E

Color information

#53817E (or 0x53817E) is unknown color: approx Breaker Bay. HEX triplet: 53, 81 and 7E. RGB value is (83,129,126). Sum of RGB (Red+Green+Blue) = 83+129+126=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #53817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53817E is #AC7E81. Grayscale: #727272. Windows color (decimal): -11304578 or 8290643. OLE color: 8290643.

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

Color convert

RGB83129126-
CMYK0.3600.020.49
HSL176.09º21.7%41.57%-
HSV(B)176.09º35.66%50.59%-
XYZ15.1819.0522.61-
YUV114.9134.26105.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=24.56%
G=38.17%
B=37.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831291260.3600.020.49176.0921.741.57
Hex53817E240231b0162a
Octal1232011764402612602652
Binary10100111000000111111101001000101100011011000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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