#53867C

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

Shades of Breaker Bay #53867C

Tints of Breaker Bay #53867C

Color information

#53867C (or 0x53867C) is unknown color: approx Breaker Bay. HEX triplet: 53, 86 and 7C. RGB value is (83,134,124). Sum of RGB (Red+Green+Blue) = 83+134+124=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #53867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53867C is #AC7983. Grayscale: #757575. Windows color (decimal): -11303300 or 8160851. OLE color: 8160851.

HSL color Cylindrical-coordinate representation of color #53867C: hue angle of 168.24º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #53867C is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB83134124-
CMYK0.3800.070.47
HSL168.24º23.5%42.55%-
HSV(B)168.24º38.06%52.55%-
XYZ15.7320.3422.17-
YUV117.61131.6103.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=24.34%
G=39.30%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831341240.3800.070.47168.2423.542.55
Hex53867C26072Fa8182b
Octal1232061744607572503053
Binary101001110000110111110010011001111011111010100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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