Html Css Color HEX #517575 Breaker Bay

📋 copy color: '#517575'

red 81 ◦ green 117 ◦ blue 117

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

Shades of Breaker Bay #517575

Tints of Breaker Bay #517575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 25.71%
G = 37.14%
B = 37.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517575 (or 0x517575) is known color: Breaker Bay. HEX triplet: 51, 75 and 75. RGB value is (81,117,117). Sum of RGB (Red+Green+Blue) = 81+117+117=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #517575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517575 is #AE8A8A. Grayscale: #6A6A6A. Windows color (decimal): -11438731 or 7697745. OLE color: 7697745.

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

Color convert

RGB 81 117 117 -
CMYK 0.31 0 0 0.54
HSL 180º 0.18% 0.39% -
HSV(B) 180º 0.31% 0.46% -
XYZ 12.97 15.76 19.19 -
YUV 106.24 134.07 110 -
System Red Green Blue C M Y K H S L
Decimal 81 117 117 0.31 0 0 0.54 180 0.18 0.39
Hex 51 75 75 1F 0 0 36 B4 12 27
Octal 121 165 165 37 0 0 66 264 22 47
Binary 1010001 1110101 1110101 11111 0 0 110110 10110100 10010 100111

Color Harmonies of #517575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517575

Black with #517575

Text Example


Text Example

White with #517575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517575; }

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

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

background-color css

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

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

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

border-color css

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

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

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