#527377

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

Shades of Breaker Bay #527377

Tints of Breaker Bay #527377

Color information

#527377 (or 0x527377) is unknown color: approx Breaker Bay. HEX triplet: 52, 73 and 77. RGB value is (82,115,119). Sum of RGB (Red+Green+Blue) = 82+115+119=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #527377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527377 is #AD8C88. Grayscale: #696969. Windows color (decimal): -11373705 or 7828306. OLE color: 7828306.

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

Color convert

RGB82115119-
CMYK0.310.0300.53
HSL186.49º18.41%39.41%-
HSV(B)186.49º31.09%46.67%-
XYZ12.9415.3919.74-
YUV105.59135.57111.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=25.95%
G=36.39%
B=37.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821151190.310.0300.53186.4918.4139.41
Hex5273771F3035ba1227
Octal1221631673730652722247
Binary101001011100111110111111111101101011011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527377; }

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

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

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

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

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

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

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

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