#527675

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

Shades of Breaker Bay #527675

Tints of Breaker Bay #527675

Color information

#527675 (or 0x527675) is unknown color: approx Breaker Bay. HEX triplet: 52, 76 and 75. RGB value is (82,118,117). Sum of RGB (Red+Green+Blue) = 82+118+117=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #527675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527675 is #AD898A. Grayscale: #6B6B6B. Windows color (decimal): -11372939 or 7698002. OLE color: 7698002.

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

Color convert

RGB82118117-
CMYK0.3100.010.54
HSL178.33º18%39.22%-
HSV(B)178.33º30.51%46.27%-
XYZ13.1716.0419.23-
YUV107.12133.57110.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.87%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=25.87%
G=37.22%
B=36.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181170.3100.010.54178.331839.22
Hex5276751F0136b21227
Octal1221661653701662622247
Binary10100101110110111010111111011101101011001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527675; }

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

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

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

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

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

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

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

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