Html Css Color HEX #528279 Breaker Bay

📋 copy color: '#528279'

red 82 ◦ green 130 ◦ blue 121

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

Shades of Breaker Bay #528279

Tints of Breaker Bay #528279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

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

R = 24.62%
G = 39.04%
B = 36.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#528279 (or 0x528279) is known color: Breaker Bay. HEX triplet: 52, 82 and 79. RGB value is (82,130,121). Sum of RGB (Red+Green+Blue) = 82+130+121=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #528279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528279 is #AD7D86. Grayscale: #727272. Windows color (decimal): -11369863 or 7963218. OLE color: 7963218.

HSL color Cylindrical-coordinate representation of color #528279: hue angle of 168.75º 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 #528279 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 121 -
CMYK 0.37 0 0.07 0.49
HSL 168.75º 0.23% 0.42% -
HSV(B) 168.75º 0.37% 0.51% -
XYZ 14.91 19.14 21 -
YUV 114.62 131.6 104.73 -
System Red Green Blue C M Y K H S L
Decimal 82 130 121 0.37 0 0.07 0.49 168.75 0.23 0.42
Hex 52 82 79 25 0 7 31 A9 17 2A
Octal 122 202 171 45 0 7 61 251 27 52
Binary 1010010 10000010 1111001 100101 0 111 110001 10101001 10111 101010

Color Harmonies of #528279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528279

Black with #528279

Text Example


Text Example

White with #528279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528279; }

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

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

background-color css

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

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

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

border-color css

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

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

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