#52757A

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

Shades of Breaker Bay #52757A

Tints of Breaker Bay #52757A

Color information

#52757A (or 0x52757A) is unknown color: approx Breaker Bay. HEX triplet: 52, 75 and 7A. RGB value is (82,117,122). Sum of RGB (Red+Green+Blue) = 82+117+122=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 122 - color contains mainly: blue. Hex color #52757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52757A is #AD8A85. Grayscale: #6B6B6B. Windows color (decimal): -11373190 or 8025426. OLE color: 8025426.

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

Color convert

RGB82117122-
CMYK0.330.0400.52
HSL187.5º19.61%40%-
HSV(B)187.5º32.79%47.84%-
XYZ13.3515.9220.78-
YUV107.1136.4110.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=25.55%
G=36.45%
B=38.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821171220.330.0400.52187.519.6140
Hex52757A214034bc1428
Octal1221651724140642742450
Binary10100101110101111101010000110001101001011110010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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