#527674

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

Shades of Breaker Bay #527674

Tints of Breaker Bay #527674

Color information

#527674 (or 0x527674) is unknown color: approx Breaker Bay. HEX triplet: 52, 76 and 74. RGB value is (82,118,116). Sum of RGB (Red+Green+Blue) = 82+118+116=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #527674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527674 is #AD898B. Grayscale: #6A6A6A. Windows color (decimal): -11372940 or 7632466. OLE color: 7632466.

HSL color Cylindrical-coordinate representation of color #527674: hue angle of 176.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 #527674 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB82118116-
CMYK0.3100.020.54
HSL176.67º18%39.22%-
HSV(B)176.67º30.51%46.27%-
XYZ13.1116.0118.92-
YUV107.01133.07110.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=25.95%
G=37.34%
B=36.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181160.3100.020.54176.671839.22
Hex5276741F0236b11227
Octal1221661643702662612247
Binary101001011101101110100111110101101101011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527674; }

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

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

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

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

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

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

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

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