#517274

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

Shades of Breaker Bay #517274

Tints of Breaker Bay #517274

Color information

#517274 (or 0x517274) is unknown color: approx Breaker Bay. HEX triplet: 51, 72 and 74. RGB value is (81,114,116). Sum of RGB (Red+Green+Blue) = 81+114+116=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #517274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517274 is #AE8D8B. Grayscale: #686868. Windows color (decimal): -11439500 or 7631441. OLE color: 7631441.

HSL color Cylindrical-coordinate representation of color #517274: hue angle of 183.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517274 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81114116-
CMYK0.300.0200.55
HSL183.43º17.77%38.63%-
HSV(B)183.43º30.17%45.49%-
XYZ12.5615.0418.76-
YUV104.36134.57111.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=26.05%
G=36.66%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811141160.300.0200.55183.4317.7738.63
Hex5172741E2037b71227
Octal1211621643620672672247
Binary101000111100101110100111101001101111011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517274; }

 p { color: rgb(81,114,116); }

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

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

 a { background-color: rgb(81,114,116); }

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

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

 span { border-color: rgb(81,114,116); }

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