#528277

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

Shades of Breaker Bay #528277

Tints of Breaker Bay #528277

Color information

#528277 (or 0x528277) is unknown color: approx 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

RGB82130119-
CMYK0.3700.080.49
HSL166.25º22.64%41.57%-
HSV(B)166.25º36.92%50.98%-
XYZ14.7919.0920.36-
YUV114.39130.6104.89-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821301190.3700.080.49166.2522.6441.57
Hex528277250831a6172a
Octal12220216745010612462752
Binary1010010100000101110111100101010001100011010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>