Html Css Color HEX #507275 Breaker Bay

📋 copy color: '#507275'

red 80 ◦ green 114 ◦ blue 117

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

Shades of Breaker Bay #507275

Tints of Breaker Bay #507275

RGB

 RED value IS 80 (31.64% from 255) = 25.72%

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

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

R = 25.72%
G = 36.66%
B = 37.62%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507275 (or 0x507275) is known color: Breaker Bay. HEX triplet: 50, 72 and 75. RGB value is (80,114,117). Sum of RGB (Red+Green+Blue) = 80+114+117=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #507275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507275 is #AF8D8A. Grayscale: #686868. Windows color (decimal): -11505035 or 7696976. OLE color: 7696976.

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

Color convert

RGB 80 114 117 -
CMYK 0.32 0.03 0 0.54
HSL 184.86º 0.19% 0.39% -
HSV(B) 184.86º 0.32% 0.46% -
XYZ 12.54 15.02 19.07 -
YUV 104.18 135.24 110.76 -
System Red Green Blue C M Y K H S L
Decimal 80 114 117 0.32 0.03 0 0.54 184.86 0.19 0.39
Hex 50 72 75 20 3 0 36 B9 13 27
Octal 120 162 165 40 3 0 66 271 23 47
Binary 1010000 1110010 1110101 100000 11 0 110110 10111001 10011 100111

Color Harmonies of #507275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507275

Black with #507275

Text Example


Text Example

White with #507275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507275; }

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

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

background-color css

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

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

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

border-color css

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

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

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