Html Css Color HEX #507375 Breaker Bay

📋 copy color: '#507375'

red 80 ◦ green 115 ◦ blue 117

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

Shades of Breaker Bay #507375

Tints of Breaker Bay #507375

RGB

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

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

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

R = 25.64%
G = 36.86%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#507375 (or 0x507375) is known color: Breaker Bay. HEX triplet: 50, 73 and 75. RGB value is (80,115,117). Sum of RGB (Red+Green+Blue) = 80+115+117=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 115 (45.31% from 255 or 36.86% 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 #507375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507375 is #AF8C8A. Grayscale: #686868. Windows color (decimal): -11504779 or 7697232. OLE color: 7697232.

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

Color convert

RGB 80 115 117 -
CMYK 0.32 0.02 0 0.54
HSL 183.24º 0.19% 0.39% -
HSV(B) 183.24º 0.32% 0.46% -
XYZ 12.65 15.25 19.11 -
YUV 104.76 134.9 110.34 -
System Red Green Blue C M Y K H S L
Decimal 80 115 117 0.32 0.02 0 0.54 183.24 0.19 0.39
Hex 50 73 75 20 2 0 36 B7 13 27
Octal 120 163 165 40 2 0 66 267 23 47
Binary 1010000 1110011 1110101 100000 10 0 110110 10110111 10011 100111

Color Harmonies of #507375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507375

Black with #507375

Text Example


Text Example

White with #507375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507375; }

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

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

background-color css

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

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

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

border-color css

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

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

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