#53847E

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

Shades of Breaker Bay #53847E

Tints of Breaker Bay #53847E

Color information

#53847E (or 0x53847E) is unknown color: approx Breaker Bay. HEX triplet: 53, 84 and 7E. RGB value is (83,132,126). Sum of RGB (Red+Green+Blue) = 83+132+126=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #53847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53847E is #AC7B81. Grayscale: #747474. Windows color (decimal): -11303810 or 8291411. OLE color: 8291411.

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

Color convert

RGB83132126-
CMYK0.3700.050.48
HSL172.65º22.79%42.16%-
HSV(B)172.65º37.12%51.76%-
XYZ15.5819.8522.75-
YUV116.66133.27103.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=24.34%
G=38.71%
B=36.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831321260.3700.050.48172.6522.7942.16
Hex53847E250530ad172a
Octal1232041764505602552752
Binary101001110000100111111010010101011100001010110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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