#517877

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

Shades of Breaker Bay #517877

Tints of Breaker Bay #517877

Color information

#517877 (or 0x517877) is unknown color: approx Breaker Bay. HEX triplet: 51, 78 and 77. RGB value is (81,120,119). Sum of RGB (Red+Green+Blue) = 81+120+119=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #517877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517877 is #AE8788. Grayscale: #6C6C6C. Windows color (decimal): -11437961 or 7829585. OLE color: 7829585.

HSL color Cylindrical-coordinate representation of color #517877: hue angle of 178.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517877 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB81120119-
CMYK0.3200.010.53
HSL178.46º19.4%39.41%-
HSV(B)178.46º32.5%47.06%-
XYZ13.4416.5119.93-
YUV108.22134.08108.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=25.31%
G=37.5%
B=37.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811201190.3200.010.53178.4619.439.41
Hex517877200135b21327
Octal1211701674001652622347
Binary101000111110001110111100000011101011011001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517877; }

 p { color: rgb(81,120,119); }

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

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

 a { background-color: rgb(81,120,119); }

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

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

 span { border-color: rgb(81,120,119); }

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