Html Css Color HEX #507274 Breaker Bay

📋 copy color: '#507274'

red 80 ◦ green 114 ◦ blue 116

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

Shades of Breaker Bay #507274

Tints of Breaker Bay #507274

RGB

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

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

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

R = 25.81%
G = 36.77%
B = 37.42%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#507274 (or 0x507274) is known color: Breaker Bay. HEX triplet: 50, 72 and 74. RGB value is (80,114,116). Sum of RGB (Red+Green+Blue) = 80+114+116=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #507274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507274 is #AF8D8B. Grayscale: #686868. Windows color (decimal): -11505036 or 7631440. OLE color: 7631440.

HSL color Cylindrical-coordinate representation of color #507274: hue angle of 183.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #507274 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 116 -
CMYK 0.31 0.02 0 0.55
HSL 183.33º 0.18% 0.38% -
HSV(B) 183.33º 0.31% 0.45% -
XYZ 12.48 15 18.76 -
YUV 104.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 80 114 116 0.31 0.02 0 0.55 183.33 0.18 0.38
Hex 50 72 74 1F 2 0 37 B7 12 26
Octal 120 162 164 37 2 0 67 267 22 46
Binary 1010000 1110010 1110100 11111 10 0 110111 10110111 10010 100110

Color Harmonies of #507274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507274

Black with #507274

Text Example


Text Example

White with #507274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507274; }

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

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

background-color css

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

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

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

border-color css

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

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

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