#53767A

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

Shades of Breaker Bay #53767A

Tints of Breaker Bay #53767A

Color information

#53767A (or 0x53767A) is unknown color: approx Breaker Bay. HEX triplet: 53, 76 and 7A. RGB value is (83,118,122). Sum of RGB (Red+Green+Blue) = 83+118+122=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 122 - color contains mainly: blue. Hex color #53767A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53767A is #AC8985. Grayscale: #6B6B6B. Windows color (decimal): -11307398 or 8025683. OLE color: 8025683.

HSL color Cylindrical-coordinate representation of color #53767A: hue angle of 186.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #53767A is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83118122-
CMYK0.320.0300.52
HSL186.15º19.02%40.2%-
HSV(B)186.15º31.97%47.84%-
XYZ13.5616.220.82-
YUV107.99135.9110.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 122 (48.05% from 255) = 37.77%
R=25.70%
G=36.53%
B=37.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831181220.320.0300.52186.1519.0240.2
Hex53767A203034ba1328
Octal1231661724030642722350
Binary1010011111011011110101000001101101001011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53767A; }

 p { color: rgb(83,118,122); }

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

<style>
 a { background-color: #53767A; }

 a { background-color: rgb(83,118,122); }

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

<style>
 span { border-color: #53767A; }

 span { border-color: rgb(83,118,122); }

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