Html Css Color HEX #517275 Breaker Bay

📋 copy color: '#517275'

red 81 ◦ green 114 ◦ blue 117

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

Shades of Breaker Bay #517275

Tints of Breaker Bay #517275

RGB

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

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

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

R = 25.96%
G = 36.54%
B = 37.5%

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

#517275 (or 0x517275) is known color: Breaker Bay. HEX triplet: 51, 72 and 75. RGB value is (81,114,117). Sum of RGB (Red+Green+Blue) = 81+114+117=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #517275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517275 is #AE8D8A. Grayscale: #686868. Windows color (decimal): -11439499 or 7696977. OLE color: 7696977.

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

Color convert

RGB 81 114 117 -
CMYK 0.31 0.03 0 0.54
HSL 185º 0.18% 0.39% -
HSV(B) 185º 0.31% 0.46% -
XYZ 12.62 15.07 19.07 -
YUV 104.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 81 114 117 0.31 0.03 0 0.54 185 0.18 0.39
Hex 51 72 75 1F 3 0 36 B9 12 27
Octal 121 162 165 37 3 0 66 271 22 47
Binary 1010001 1110010 1110101 11111 11 0 110110 10111001 10010 100111

Color Harmonies of #517275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517275

Black with #517275

Text Example


Text Example

White with #517275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517275; }

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

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

background-color css

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

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

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

border-color css

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

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

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