#527D75

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

Shades of Breaker Bay #527D75

Tints of Breaker Bay #527D75

Color information

#527D75 (or 0x527D75) is unknown color: approx Breaker Bay. HEX triplet: 52, 7D and 75. RGB value is (82,125,117). Sum of RGB (Red+Green+Blue) = 82+125+117=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #527D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D75 is #AD828A. Grayscale: #6F6F6F. Windows color (decimal): -11371147 or 7699794. OLE color: 7699794.

HSL color Cylindrical-coordinate representation of color #527D75: hue angle of 168.84º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #527D75 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB82125117-
CMYK0.3400.060.51
HSL168.84º20.77%40.59%-
HSV(B)168.84º34.4%49.02%-
XYZ14.0217.7519.52-
YUV111.23131.25107.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=25.31%
G=38.58%
B=36.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821251170.3400.060.51168.8420.7740.59
Hex527D75220633a91529
Octal1221751654206632512551
Binary10100101111101111010110001001101100111010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527D75; }

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

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

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

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

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

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

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

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