Html Css Color HEX #507675 Breaker Bay

📋 copy color: '#507675'

red 80 ◦ green 118 ◦ blue 117

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

Shades of Breaker Bay #507675

Tints of Breaker Bay #507675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 25.4%
G = 37.46%
B = 37.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#507675 (or 0x507675) is known color: Breaker Bay. HEX triplet: 50, 76 and 75. RGB value is (80,118,117). Sum of RGB (Red+Green+Blue) = 80+118+117=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #507675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507675 is #AF898A. Grayscale: #6A6A6A. Windows color (decimal): -11504011 or 7698000. OLE color: 7698000.

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

Color convert

RGB 80 118 117 -
CMYK 0.32 0 0.01 0.54
HSL 178.42º 0.19% 0.39% -
HSV(B) 178.42º 0.32% 0.46% -
XYZ 13 15.95 19.22 -
YUV 106.52 133.91 109.08 -
System Red Green Blue C M Y K H S L
Decimal 80 118 117 0.32 0 0.01 0.54 178.42 0.19 0.39
Hex 50 76 75 20 0 1 36 B2 13 27
Octal 120 166 165 40 0 1 66 262 23 47
Binary 1010000 1110110 1110101 100000 0 1 110110 10110010 10011 100111

Color Harmonies of #507675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507675

Black with #507675

Text Example


Text Example

White with #507675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507675; }

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

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

background-color css

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

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

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

border-color css

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

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

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