#518580

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

Shades of Breaker Bay #518580

Tints of Breaker Bay #518580

Color information

#518580 (or 0x518580) is unknown color: approx Breaker Bay. HEX triplet: 51, 85 and 80. RGB value is (81,133,128). Sum of RGB (Red+Green+Blue) = 81+133+128=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #518580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518580 is #AE7A7F. Grayscale: #747474. Windows color (decimal): -11434624 or 8422737. OLE color: 8422737.

HSL color Cylindrical-coordinate representation of color #518580: hue angle of 174.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518580 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB81133128-
CMYK0.3900.040.48
HSL174.23º24.3%41.96%-
HSV(B)174.23º39.1%52.16%-
XYZ15.6820.0823.47-
YUV116.88134.27102.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=23.68%
G=38.89%
B=37.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331280.3900.040.48174.2324.341.96
Hex518580270430ae182a
Octal1212052004704602563052
Binary1010001100001011000000010011101001100001010111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518580; }

 p { color: rgb(81,133,128); }

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

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

 a { background-color: rgb(81,133,128); }

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

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

 span { border-color: rgb(81,133,128); }

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