#527D7A

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

Shades of Breaker Bay #527D7A

Tints of Breaker Bay #527D7A

Color information

#527D7A (or 0x527D7A) is unknown color: approx Breaker Bay. HEX triplet: 52, 7D and 7A. RGB value is (82,125,122). Sum of RGB (Red+Green+Blue) = 82+125+122=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 125 - color contains mainly: green. Hex color #527D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527D7A is #AD8285. Grayscale: #6F6F6F. Windows color (decimal): -11371142 or 8027474. OLE color: 8027474.

HSL color Cylindrical-coordinate representation of color #527D7A: hue angle of 175.81º 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 #527D7A is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB82125122-
CMYK0.3400.020.51
HSL175.81º20.77%40.59%-
HSV(B)175.81º34.4%49.02%-
XYZ14.3317.8721.11-
YUV111.8133.75106.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=24.92%
G=37.99%
B=37.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal821251220.3400.020.51175.8120.7740.59
Hex527D7A220233b01529
Octal1221751724202632602551
Binary1010010111110111110101000100101100111011000010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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