#527273

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

Shades of Breaker Bay #527273

Tints of Breaker Bay #527273

Color information

#527273 (or 0x527273) is unknown color: approx Breaker Bay. HEX triplet: 52, 72 and 73. RGB value is (82,114,115). Sum of RGB (Red+Green+Blue) = 82+114+115=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #527273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527273 is #AD8D8C. Grayscale: #686868. Windows color (decimal): -11373965 or 7565906. OLE color: 7565906.

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

Color convert

RGB82114115-
CMYK0.290.0100.55
HSL181.82º16.75%38.63%-
HSV(B)181.82º28.7%45.1%-
XYZ12.5915.0718.46-
YUV104.55133.9111.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=26.37%
G=36.66%
B=36.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141150.290.0100.55181.8216.7538.63
Hex5272731D1037b61127
Octal1221621633510672662147
Binary10100101110010111001111101101101111011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527273; }

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

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

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

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

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

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

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

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