Html Css Color HEX #517675 Breaker Bay

📋 copy color: '#517675'

red 81 ◦ green 118 ◦ blue 117

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

Shades of Breaker Bay #517675

Tints of Breaker Bay #517675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 25.63%
G = 37.34%
B = 37.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#517675 (or 0x517675) is known color: Breaker Bay. HEX triplet: 51, 76 and 75. RGB value is (81,118,117). Sum of RGB (Red+Green+Blue) = 81+118+117=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #517675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517675 is #AE898A. Grayscale: #6A6A6A. Windows color (decimal): -11438475 or 7698001. OLE color: 7698001.

HSL color Cylindrical-coordinate representation of color #517675: hue angle of 178.38º degrees, saturation: 0.19, 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 #517675 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 118 117 -
CMYK 0.31 0 0.01 0.54
HSL 178.38º 0.19% 0.39% -
HSV(B) 178.38º 0.31% 0.46% -
XYZ 13.08 15.99 19.23 -
YUV 106.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 81 118 117 0.31 0 0.01 0.54 178.38 0.19 0.39
Hex 51 76 75 1F 0 1 36 B2 13 27
Octal 121 166 165 37 0 1 66 262 23 47
Binary 1010001 1110110 1110101 11111 0 1 110110 10110010 10011 100111

Color Harmonies of #517675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517675

Black with #517675

Text Example


Text Example

White with #517675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517675; }

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

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

background-color css

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

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

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

border-color css

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

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

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