#527276

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

Shades of Breaker Bay #527276

Tints of Breaker Bay #527276

Color information

#527276 (or 0x527276) is unknown color: approx Breaker Bay. HEX triplet: 52, 72 and 76. RGB value is (82,114,118). Sum of RGB (Red+Green+Blue) = 82+114+118=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #527276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527276 is #AD8D89. Grayscale: #686868. Windows color (decimal): -11373962 or 7762514. OLE color: 7762514.

HSL color Cylindrical-coordinate representation of color #527276: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527276 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB82114118-
CMYK0.310.0300.54
HSL186.67º18%39.22%-
HSV(B)186.67º30.51%46.27%-
XYZ12.7715.1419.39-
YUV104.89135.4111.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=26.11%
G=36.31%
B=37.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821141180.310.0300.54186.671839.22
Hex5272761F3036bb1227
Octal1221621663730662732247
Binary101001011100101110110111111101101101011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527276; }

 p { color: rgb(82,114,118); }

 H1.HeaderClassName
 {
   color: #527276;
 }
 .AnyTagClassName
 {
   color: #527276;
 }
</style>
background-color css

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

 a { background-color: rgb(82,114,118); }

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

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

 span { border-color: rgb(82,114,118); }

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