Html Css Color HEX #517E75 Breaker Bay

📋 copy color: '#517E75'

red 81 ◦ green 126 ◦ blue 117

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

Shades of Breaker Bay #517E75

Tints of Breaker Bay #517E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.89%

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

R = 25%
G = 38.89%
B = 36.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#517E75 (or 0x517E75) is known color: Breaker Bay. HEX triplet: 51, 7E and 75. RGB value is (81,126,117). Sum of RGB (Red+Green+Blue) = 81+126+117=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 126 - color contains mainly: green. Hex color #517E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517E75 is #AE818A. Grayscale: #6F6F6F. Windows color (decimal): -11436427 or 7700049. OLE color: 7700049.

HSL color Cylindrical-coordinate representation of color #517E75: hue angle of 168º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517E75 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 126 117 -
CMYK 0.36 0 0.07 0.51
HSL 168º 0.22% 0.41% -
HSV(B) 168º 0.36% 0.49% -
XYZ 14.07 17.96 19.55 -
YUV 111.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 81 126 117 0.36 0 0.07 0.51 168 0.22 0.41
Hex 51 7E 75 24 0 7 33 A8 16 29
Octal 121 176 165 44 0 7 63 250 26 51
Binary 1010001 1111110 1110101 100100 0 111 110011 10101000 10110 101001

Color Harmonies of #517E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E75

Black with #517E75

Text Example


Text Example

White with #517E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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