#527A79

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

Shades of Breaker Bay #527A79

Tints of Breaker Bay #527A79

Color information

#527A79 (or 0x527A79) is unknown color: approx Breaker Bay. HEX triplet: 52, 7A and 79. RGB value is (82,122,121). Sum of RGB (Red+Green+Blue) = 82+122+121=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #527A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A79 is #AD8586. Grayscale: #6D6D6D. Windows color (decimal): -11371911 or 7961170. OLE color: 7961170.

HSL color Cylindrical-coordinate representation of color #527A79: hue angle of 178.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 #527A79 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB82122121-
CMYK0.3300.010.52
HSL178.5º19.61%40%-
HSV(B)178.5º32.79%47.84%-
XYZ13.8917.0920.66-
YUV109.93134.25108.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 121 (47.66% from 255) = 37.23%
R=25.23%
G=37.54%
B=37.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821221210.3300.010.52178.519.6140
Hex527A79210134b21428
Octal1221721714101642622450
Binary101001011110101111001100001011101001011001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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