Html Css Color HEX #507E7B Breaker Bay

📋 copy color: '#507E7B'

red 80 ◦ green 126 ◦ blue 123

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

Shades of Breaker Bay #507E7B

Tints of Breaker Bay #507E7B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 24.32%
G = 38.3%
B = 37.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#507E7B (or 0x507E7B) is known color: Breaker Bay. HEX triplet: 50, 7E and 7B. RGB value is (80,126,123). Sum of RGB (Red+Green+Blue) = 80+126+123=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 126 - color contains mainly: green. Hex color #507E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E7B is #AF8184. Grayscale: #6F6F6F. Windows color (decimal): -11501957 or 8093264. OLE color: 8093264.

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

Color convert

RGB 80 126 123 -
CMYK 0.37 0 0.02 0.51
HSL 176.09º 0.22% 0.4% -
HSV(B) 176.09º 0.37% 0.49% -
XYZ 14.34 18.06 21.47 -
YUV 111.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 80 126 123 0.37 0 0.02 0.51 176.09 0.22 0.4
Hex 50 7E 7B 25 0 2 33 B0 16 28
Octal 120 176 173 45 0 2 63 260 26 50
Binary 1010000 1111110 1111011 100101 0 10 110011 10110000 10110 101000

Color Harmonies of #507E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507E7B

Black with #507E7B

Text Example


Text Example

White with #507E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,126,123); }

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

background-color css

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

 a { background-color: rgb(80,126,123); }

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

border-color css

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

 span { border-color: rgb(80,126,123); }

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