Html Css Color HEX #517475 Breaker Bay

📋 copy color: '#517475'

red 81 ◦ green 116 ◦ blue 117

#517475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #517475

Tints of Breaker Bay #517475

RGB

 RED value IS 81 (32.03% from 255) = 25.8%

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 25.8%
G = 36.94%
B = 37.26%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517475 (or 0x517475) is known color: Breaker Bay. HEX triplet: 51, 74 and 75. RGB value is (81,116,117). Sum of RGB (Red+Green+Blue) = 81+116+117=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #517475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517475 is #AE8B8A. Grayscale: #696969. Windows color (decimal): -11438987 or 7697489. OLE color: 7697489.

HSL color Cylindrical-coordinate representation of color #517475: hue angle of 181.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517475 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 116 117 -
CMYK 0.31 0.01 0 0.54
HSL 181.67º 0.18% 0.39% -
HSV(B) 181.67º 0.31% 0.46% -
XYZ 12.85 15.52 19.15 -
YUV 105.65 134.4 110.42 -
System Red Green Blue C M Y K H S L
Decimal 81 116 117 0.31 0.01 0 0.54 181.67 0.18 0.39
Hex 51 74 75 1F 1 0 36 B6 12 27
Octal 121 164 165 37 1 0 66 266 22 47
Binary 1010001 1110100 1110101 11111 1 0 110110 10110110 10010 100111

Color Harmonies of #517475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517475

Black with #517475

Text Example


Text Example

White with #517475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517475; }

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

 H1.HeaderClassName
 {
   color: #517475;
 }
 .AnyTagClassName
 {
   color: #517475;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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