#517778

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

Shades of Breaker Bay #517778

Tints of Breaker Bay #517778

Color information

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

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

Color convert

RGB81119120-
CMYK0.320.0100.53
HSL181.54º19.4%39.41%-
HSV(B)181.54º32.5%47.06%-
XYZ13.3816.320.21-
YUV107.75134.91108.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811191200.320.0100.53181.5419.439.41
Hex517778201035b61327
Octal1211671704010652662347
Binary101000111101111111000100000101101011011011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517778; }

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

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

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

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

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

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

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

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