Html Css Color HEX #528379 Breaker Bay

📋 copy color: '#528379'

red 82 ◦ green 131 ◦ blue 121

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

Shades of Breaker Bay #528379

Tints of Breaker Bay #528379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 24.55%
G = 39.22%
B = 36.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#528379 (or 0x528379) is known color: Breaker Bay. HEX triplet: 52, 83 and 79. RGB value is (82,131,121). Sum of RGB (Red+Green+Blue) = 82+131+121=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #528379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528379 is #AD7C86. Grayscale: #737373. Windows color (decimal): -11369607 or 7963474. OLE color: 7963474.

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

Color convert

RGB 82 131 121 -
CMYK 0.37 0 0.08 0.49
HSL 167.76º 0.23% 0.42% -
HSV(B) 167.76º 0.37% 0.51% -
XYZ 15.05 19.41 21.04 -
YUV 115.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 82 131 121 0.37 0 0.08 0.49 167.76 0.23 0.42
Hex 52 83 79 25 0 8 31 A8 17 2A
Octal 122 203 171 45 0 10 61 250 27 52
Binary 1010010 10000011 1111001 100101 0 1000 110001 10101000 10111 101010

Color Harmonies of #528379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528379

Black with #528379

Text Example


Text Example

White with #528379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528379; }

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

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

background-color css

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

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

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

border-color css

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

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

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