#527F7B

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

Shades of Breaker Bay #527F7B

Tints of Breaker Bay #527F7B

Color information

#527F7B (or 0x527F7B) is unknown color: approx Breaker Bay. HEX triplet: 52, 7F and 7B. RGB value is (82,127,123). Sum of RGB (Red+Green+Blue) = 82+127+123=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #527F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527F7B is #AD8084. Grayscale: #717171. Windows color (decimal): -11370629 or 8093522. OLE color: 8093522.

HSL color Cylindrical-coordinate representation of color #527F7B: hue angle of 174.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #527F7B is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB82127123-
CMYK0.3500.030.50
HSL174.67º21.53%40.98%-
HSV(B)174.67º35.43%49.8%-
XYZ14.6418.421.52-
YUV113.09133.59105.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=24.70%
G=38.25%
B=37.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821271230.3500.030.50174.6721.5340.98
Hex527F7B230332af1629
Octal1221771734303622572651
Binary1010010111111111110111000110111100101010111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527F7B; }

 p { color: rgb(82,127,123); }

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

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

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

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

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

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

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