Html Css Color HEX #517B74 Breaker Bay

📋 copy color: '#517B74'

red 81 ◦ green 123 ◦ blue 116

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

Shades of Breaker Bay #517B74

Tints of Breaker Bay #517B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 25.31%
G = 38.44%
B = 36.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#517B74 (or 0x517B74) is known color: Breaker Bay. HEX triplet: 51, 7B and 74. RGB value is (81,123,116). Sum of RGB (Red+Green+Blue) = 81+123+116=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 123 - color contains mainly: green. Hex color #517B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B74 is #AE848B. Grayscale: #6D6D6D. Windows color (decimal): -11437196 or 7633745. OLE color: 7633745.

HSL color Cylindrical-coordinate representation of color #517B74: hue angle of 170º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517B74 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 123 116 -
CMYK 0.34 0 0.06 0.52
HSL 170º 0.21% 0.4% -
HSV(B) 170º 0.34% 0.48% -
XYZ 13.63 17.18 19.12 -
YUV 109.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 81 123 116 0.34 0 0.06 0.52 170 0.21 0.4
Hex 51 7B 74 22 0 6 34 AA 15 28
Octal 121 173 164 42 0 6 64 252 25 50
Binary 1010001 1111011 1110100 100010 0 110 110100 10101010 10101 101000

Color Harmonies of #517B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B74

Black with #517B74

Text Example


Text Example

White with #517B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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