#528479

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

Shades of Breaker Bay #528479

Tints of Breaker Bay #528479

Color information

#528479 (or 0x528479) is unknown color: approx Breaker Bay. HEX triplet: 52, 84 and 79. RGB value is (82,132,121). Sum of RGB (Red+Green+Blue) = 82+132+121=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #528479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528479 is #AD7B86. Grayscale: #737373. Windows color (decimal): -11369351 or 7963730. OLE color: 7963730.

HSL color Cylindrical-coordinate representation of color #528479: hue angle of 166.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528479 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB82132121-
CMYK0.3800.080.48
HSL166.8º23.36%41.96%-
HSV(B)166.8º37.88%51.76%-
XYZ15.1819.6821.09-
YUV115.8130.94103.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 121 (47.66% from 255) = 36.12%
R=24.48%
G=39.40%
B=36.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321210.3800.080.48166.823.3641.96
Hex528479260830a7172a
Octal12220417146010602472752
Binary1010010100001001111001100110010001100001010011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528479; }

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

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

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

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

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

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

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

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