Html Css Color HEX #517276 Breaker Bay

📋 copy color: '#517276'

red 81 ◦ green 114 ◦ blue 118

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

Shades of Breaker Bay #517276

Tints of Breaker Bay #517276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 25.88%
G = 36.42%
B = 37.7%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517276 (or 0x517276) is known color: Breaker Bay. HEX triplet: 51, 72 and 76. RGB value is (81,114,118). Sum of RGB (Red+Green+Blue) = 81+114+118=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #517276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517276 is #AE8D89. Grayscale: #686868. Windows color (decimal): -11439498 or 7762513. OLE color: 7762513.

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

Color convert

RGB 81 114 118 -
CMYK 0.31 0.03 0 0.54
HSL 186.49º 0.19% 0.39% -
HSV(B) 186.49º 0.31% 0.46% -
XYZ 12.68 15.09 19.38 -
YUV 104.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 81 114 118 0.31 0.03 0 0.54 186.49 0.19 0.39
Hex 51 72 76 1F 3 0 36 BA 13 27
Octal 121 162 166 37 3 0 66 272 23 47
Binary 1010001 1110010 1110110 11111 11 0 110110 10111010 10011 100111

Color Harmonies of #517276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517276

Black with #517276

Text Example


Text Example

White with #517276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517276; }

 p { color: rgb(81,114,118); }

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

background-color css

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

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

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

border-color css

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

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

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