#527B75

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

Shades of Breaker Bay #527B75

Tints of Breaker Bay #527B75

Color information

#527B75 (or 0x527B75) is unknown color: approx Breaker Bay. HEX triplet: 52, 7B and 75. RGB value is (82,123,117). Sum of RGB (Red+Green+Blue) = 82+123+117=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 123 - color contains mainly: green. Hex color #527B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B75 is #AD848A. Grayscale: #6E6E6E. Windows color (decimal): -11371659 or 7699282. OLE color: 7699282.

HSL color Cylindrical-coordinate representation of color #527B75: hue angle of 171.22º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #527B75 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB82123117-
CMYK0.3300.050.52
HSL171.22º20%40.2%-
HSV(B)171.22º33.33%48.24%-
XYZ13.7717.2419.43-
YUV110.06131.92107.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 123 (48.44% from 255) = 38.20%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=25.47%
G=38.20%
B=36.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal821231170.3300.050.52171.222040.2
Hex527B75210534ab1428
Octal1221731654105642532450
Binary10100101111011111010110000101011101001010101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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