Html Css Color HEX #528277 Breaker Bay

📋 copy color: '#528277'

red 82 ◦ green 130 ◦ blue 119

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

Shades of Breaker Bay #528277

Tints of Breaker Bay #528277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 24.77%
G = 39.27%
B = 35.95%

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

#528277 (or 0x528277) is known color: Breaker Bay. HEX triplet: 52, 82 and 77. RGB value is (82,130,119). Sum of RGB (Red+Green+Blue) = 82+130+119=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #528277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528277 is #AD7D88. Grayscale: #727272. Windows color (decimal): -11369865 or 7832146. OLE color: 7832146.

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

Color convert

RGB 82 130 119 -
CMYK 0.37 0 0.08 0.49
HSL 166.25º 0.23% 0.42% -
HSV(B) 166.25º 0.37% 0.51% -
XYZ 14.79 19.09 20.36 -
YUV 114.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 82 130 119 0.37 0 0.08 0.49 166.25 0.23 0.42
Hex 52 82 77 25 0 8 31 A6 17 2A
Octal 122 202 167 45 0 10 61 246 27 52
Binary 1010010 10000010 1110111 100101 0 1000 110001 10100110 10111 101010

Color Harmonies of #528277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528277

Black with #528277

Text Example


Text Example

White with #528277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528277; }

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

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

background-color css

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

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

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

border-color css

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

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

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