#53807E

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

Shades of Breaker Bay #53807E

Tints of Breaker Bay #53807E

Color information

#53807E (or 0x53807E) is unknown color: approx Breaker Bay. HEX triplet: 53, 80 and 7E. RGB value is (83,128,126). Sum of RGB (Red+Green+Blue) = 83+128+126=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #53807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807E is #AC7F81. Grayscale: #727272. Windows color (decimal): -11304834 or 8290387. OLE color: 8290387.

HSL color Cylindrical-coordinate representation of color #53807E: hue angle of 177.33º 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 #53807E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB83128126-
CMYK0.3500.020.50
HSL177.33º21.33%41.37%-
HSV(B)177.33º35.16%50.2%-
XYZ15.0518.7822.57-
YUV114.32134.59105.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 126 (49.61% from 255) = 37.39%
R=24.63%
G=37.98%
B=37.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281260.3500.020.50177.3321.3341.37
Hex53807E230232b11529
Octal1232001764302622612551
Binary10100111000000011111101000110101100101011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53807E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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