#53807C

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

Shades of Breaker Bay #53807C

Tints of Breaker Bay #53807C

Color information

#53807C (or 0x53807C) is unknown color: approx Breaker Bay. HEX triplet: 53, 80 and 7C. RGB value is (83,128,124). Sum of RGB (Red+Green+Blue) = 83+128+124=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #53807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53807C is #AC7F83. Grayscale: #727272. Windows color (decimal): -11304836 or 8159315. OLE color: 8159315.

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

Color convert

RGB83128124-
CMYK0.3500.030.50
HSL174.67º21.33%41.37%-
HSV(B)174.67º35.16%50.2%-
XYZ14.9218.7321.9-
YUV114.09133.59105.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=24.78%
G=38.21%
B=37.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal831281240.3500.030.50174.6721.3341.37
Hex53807C230332af1529
Octal1232001744303622572551
Binary10100111000000011111001000110111100101010111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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