Html Css Color HEX #507574 Breaker Bay

📋 copy color: '#507574'

red 80 ◦ green 117 ◦ blue 116

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

Shades of Breaker Bay #507574

Tints of Breaker Bay #507574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 25.56%
G = 37.38%
B = 37.06%

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

#507574 (or 0x507574) is known color: Breaker Bay. HEX triplet: 50, 75 and 74. RGB value is (80,117,116). Sum of RGB (Red+Green+Blue) = 80+117+116=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 117 - color contains mainly: green. Hex color #507574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507574 is #AF8A8B. Grayscale: #696969. Windows color (decimal): -11504268 or 7632208. OLE color: 7632208.

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

Color convert

RGB 80 117 116 -
CMYK 0.32 0 0.01 0.54
HSL 178.38º 0.19% 0.39% -
HSV(B) 178.38º 0.32% 0.46% -
XYZ 12.82 15.69 18.88 -
YUV 105.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 80 117 116 0.32 0 0.01 0.54 178.38 0.19 0.39
Hex 50 75 74 20 0 1 36 B2 13 27
Octal 120 165 164 40 0 1 66 262 23 47
Binary 1010000 1110101 1110100 100000 0 1 110110 10110010 10011 100111

Color Harmonies of #507574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507574

Black with #507574

Text Example


Text Example

White with #507574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507574; }

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

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

background-color css

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

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

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

border-color css

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

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

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