#53757A

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

Shades of Breaker Bay #53757A

Tints of Breaker Bay #53757A

Color information

#53757A (or 0x53757A) is unknown color: approx Breaker Bay. HEX triplet: 53, 75 and 7A. RGB value is (83,117,122). Sum of RGB (Red+Green+Blue) = 83+117+122=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #53757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53757A is #AC8A85. Grayscale: #6B6B6B. Windows color (decimal): -11307654 or 8025427. OLE color: 8025427.

HSL color Cylindrical-coordinate representation of color #53757A: hue angle of 187.69º 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 #53757A is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB83117122-
CMYK0.320.0400.52
HSL187.69º19.02%40.2%-
HSV(B)187.69º31.97%47.84%-
XYZ13.4415.9720.79-
YUV107.4136.24110.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=25.78%
G=36.34%
B=37.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831171220.320.0400.52187.6919.0240.2
Hex53757A204034bc1328
Octal1231651724040642742350
Binary10100111110101111101010000010001101001011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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