Html Css Color HEX #517978 Breaker Bay

📋 copy color: '#517978'

red 81 ◦ green 121 ◦ blue 120

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

Shades of Breaker Bay #517978

Tints of Breaker Bay #517978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.58%

 BLUE value IS 120 (47.27% from 255) = 37.27%

R = 25.16%
G = 37.58%
B = 37.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#517978 (or 0x517978) is known color: Breaker Bay. HEX triplet: 51, 79 and 78. RGB value is (81,121,120). Sum of RGB (Red+Green+Blue) = 81+121+120=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #517978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517978 is #AE8687. Grayscale: #6C6C6C. Windows color (decimal): -11437704 or 7895377. OLE color: 7895377.

HSL color Cylindrical-coordinate representation of color #517978: hue angle of 178.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517978 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 121 120 -
CMYK 0.33 0 0.01 0.53
HSL 178.5º 0.2% 0.4% -
HSV(B) 178.5º 0.33% 0.47% -
XYZ 13.62 16.78 20.29 -
YUV 108.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 81 121 120 0.33 0 0.01 0.53 178.5 0.2 0.4
Hex 51 79 78 21 0 1 35 B2 14 28
Octal 121 171 170 41 0 1 65 262 24 50
Binary 1010001 1111001 1111000 100001 0 1 110101 10110010 10100 101000

Color Harmonies of #517978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517978

Black with #517978

Text Example


Text Example

White with #517978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517978; }

 p { color: rgb(81,121,120); }

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

background-color css

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

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

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

border-color css

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

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

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