Html Css Color HEX #517375 Breaker Bay

📋 copy color: '#517375'

red 81 ◦ green 115 ◦ blue 117

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

Shades of Breaker Bay #517375

Tints of Breaker Bay #517375

RGB

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

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

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

R = 25.88%
G = 36.74%
B = 37.38%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#517375 (or 0x517375) is known color: Breaker Bay. HEX triplet: 51, 73 and 75. RGB value is (81,115,117). Sum of RGB (Red+Green+Blue) = 81+115+117=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #517375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517375 is #AE8C8A. Grayscale: #696969. Windows color (decimal): -11439243 or 7697233. OLE color: 7697233.

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

Color convert

RGB 81 115 117 -
CMYK 0.31 0.02 0 0.54
HSL 183.33º 0.18% 0.39% -
HSV(B) 183.33º 0.31% 0.46% -
XYZ 12.73 15.3 19.11 -
YUV 105.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 81 115 117 0.31 0.02 0 0.54 183.33 0.18 0.39
Hex 51 73 75 1F 2 0 36 B7 12 27
Octal 121 163 165 37 2 0 66 267 22 47
Binary 1010001 1110011 1110101 11111 10 0 110110 10110111 10010 100111

Color Harmonies of #517375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517375

Black with #517375

Text Example


Text Example

White with #517375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517375; }

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

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

background-color css

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

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

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

border-color css

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

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

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