Html Css Color HEX #528579 Breaker Bay

📋 copy color: '#528579'

red 82 ◦ green 133 ◦ blue 121

#528579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #528579

Tints of Breaker Bay #528579

RGB

 RED value IS 82 (32.42% from 255) = 24.4%

 GREEN value IS 133 (52.34% from 255) = 39.58%

 BLUE value IS 121 (47.66% from 255) = 36.01%

R = 24.4%
G = 39.58%
B = 36.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#528579 (or 0x528579) is known color: Breaker Bay. HEX triplet: 52, 85 and 79. RGB value is (82,133,121). Sum of RGB (Red+Green+Blue) = 82+133+121=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #528579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528579 is #AD7A86. Grayscale: #747474. Windows color (decimal): -11369095 or 7963986. OLE color: 7963986.

HSL color Cylindrical-coordinate representation of color #528579: hue angle of 165.88º degrees, saturation: 0.24, 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 #528579 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 121 -
CMYK 0.38 0 0.09 0.48
HSL 165.88º 0.24% 0.42% -
HSV(B) 165.88º 0.38% 0.52% -
XYZ 15.32 19.95 21.13 -
YUV 116.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 82 133 121 0.38 0 0.09 0.48 165.88 0.24 0.42
Hex 52 85 79 26 0 9 30 A6 18 2A
Octal 122 205 171 46 0 11 60 246 30 52
Binary 1010010 10000101 1111001 100110 0 1001 110000 10100110 11000 101010

Color Harmonies of #528579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528579

Black with #528579

Text Example


Text Example

White with #528579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528579; }

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

 H1.HeaderClassName
 {
   color: #528579;
 }
 .AnyTagClassName
 {
   color: #528579;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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