#527677

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

Shades of Breaker Bay #527677

Tints of Breaker Bay #527677

Color information

#527677 (or 0x527677) is unknown color: approx Breaker Bay. HEX triplet: 52, 76 and 77. RGB value is (82,118,119). Sum of RGB (Red+Green+Blue) = 82+118+119=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #527677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527677 is #AD8988. Grayscale: #6B6B6B. Windows color (decimal): -11372937 or 7829074. OLE color: 7829074.

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

Color convert

RGB82118119-
CMYK0.310.0100.53
HSL181.62º18.41%39.41%-
HSV(B)181.62º31.09%46.67%-
XYZ13.2916.0819.86-
YUV107.35134.57109.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=25.71%
G=36.99%
B=37.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821181190.310.0100.53181.6218.4139.41
Hex5276771F1035b61227
Octal1221661673710652662247
Binary10100101110110111011111111101101011011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527677; }

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

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

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

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

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

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

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

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