#527575

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

Shades of Breaker Bay #527575

Tints of Breaker Bay #527575

Color information

#527575 (or 0x527575) is unknown color: approx Breaker Bay. HEX triplet: 52, 75 and 75. RGB value is (82,117,117). Sum of RGB (Red+Green+Blue) = 82+117+117=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #527575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527575 is #AD8A8A. Grayscale: #6A6A6A. Windows color (decimal): -11373195 or 7697746. OLE color: 7697746.

HSL color Cylindrical-coordinate representation of color #527575: hue angle of 180º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527575 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82117117-
CMYK0.30000.54
HSL180º17.59%39.02%-
HSV(B)180º29.91%45.88%-
XYZ13.0515.819.19-
YUV106.54133.9110.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=25.95%
G=37.03%
B=37.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171170.30000.5418017.5939.02
Hex5275751E0036b41227
Octal1221651653600662642247
Binary10100101110101111010111110001101101011010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527575; }

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

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

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

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

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

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

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

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