Html Css Color HEX #517377 Breaker Bay

📋 copy color: '#517377'

red 81 ◦ green 115 ◦ blue 119

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

Shades of Breaker Bay #517377

Tints of Breaker Bay #517377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 25.71%
G = 36.51%
B = 37.78%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#517377 (or 0x517377) is known color: Breaker Bay. HEX triplet: 51, 73 and 77. RGB value is (81,115,119). Sum of RGB (Red+Green+Blue) = 81+115+119=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #517377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517377 is #AE8C88. Grayscale: #696969. Windows color (decimal): -11439241 or 7828305. OLE color: 7828305.

HSL color Cylindrical-coordinate representation of color #517377: hue angle of 186.32º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517377 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 115 119 -
CMYK 0.32 0.03 0 0.53
HSL 186.32º 0.19% 0.39% -
HSV(B) 186.32º 0.32% 0.47% -
XYZ 12.85 15.34 19.74 -
YUV 105.29 135.74 110.67 -
System Red Green Blue C M Y K H S L
Decimal 81 115 119 0.32 0.03 0 0.53 186.32 0.19 0.39
Hex 51 73 77 20 3 0 35 BA 13 27
Octal 121 163 167 40 3 0 65 272 23 47
Binary 1010001 1110011 1110111 100000 11 0 110101 10111010 10011 100111

Color Harmonies of #517377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517377

Black with #517377

Text Example


Text Example

White with #517377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517377; }

 p { color: rgb(81,115,119); }

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

background-color css

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

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

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

border-color css

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

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

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