#527373

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

Shades of Breaker Bay #527373

Tints of Breaker Bay #527373

Color information

#527373 (or 0x527373) is unknown color: approx Breaker Bay. HEX triplet: 52, 73 and 73. RGB value is (82,115,115). Sum of RGB (Red+Green+Blue) = 82+115+115=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #527373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527373 is #AD8C8C. Grayscale: #696969. Windows color (decimal): -11373709 or 7566162. OLE color: 7566162.

HSL color Cylindrical-coordinate representation of color #527373: hue angle of 180º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #527373 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82115115-
CMYK0.29000.55
HSL180º16.75%38.63%-
HSV(B)180º28.7%45.1%-
XYZ12.715.2918.5-
YUV105.13133.57111.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=26.28%
G=36.86%
B=36.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821151150.29000.5518016.7538.63
Hex5273731D0037b41127
Octal1221631633500672642147
Binary10100101110011111001111101001101111011010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527373; }

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

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

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

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

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

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

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

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