Html Css Color HEX #507A7C Breaker Bay

📋 copy color: '#507A7C'

red 80 ◦ green 122 ◦ blue 124

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

Shades of Breaker Bay #507A7C

Tints of Breaker Bay #507A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 24.54%
G = 37.42%
B = 38.04%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#507A7C (or 0x507A7C) is known color: Breaker Bay. HEX triplet: 50, 7A and 7C. RGB value is (80,122,124). Sum of RGB (Red+Green+Blue) = 80+122+124=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #507A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A7C is #AF8583. Grayscale: #6D6D6D. Windows color (decimal): -11502980 or 8157776. OLE color: 8157776.

HSL color Cylindrical-coordinate representation of color #507A7C: hue angle of 182.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507A7C is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 122 124 -
CMYK 0.35 0.02 0 0.51
HSL 182.73º 0.22% 0.4% -
HSV(B) 182.73º 0.35% 0.49% -
XYZ 13.91 17.08 21.63 -
YUV 109.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 80 122 124 0.35 0.02 0 0.51 182.73 0.22 0.4
Hex 50 7A 7C 23 2 0 33 B7 16 28
Octal 120 172 174 43 2 0 63 267 26 50
Binary 1010000 1111010 1111100 100011 10 0 110011 10110111 10110 101000

Color Harmonies of #507A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A7C

Black with #507A7C

Text Example


Text Example

White with #507A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507A7C; }

 p { color: rgb(80,122,124); }

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

background-color css

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

 a { background-color: rgb(80,122,124); }

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

border-color css

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

 span { border-color: rgb(80,122,124); }

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