Html Css Color HEX #508682 Breaker Bay

📋 copy color: '#508682'

red 80 ◦ green 134 ◦ blue 130

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

Shades of Breaker Bay #508682

Tints of Breaker Bay #508682

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 130 (51.17% from 255) = 37.79%

R = 23.26%
G = 38.95%
B = 37.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#508682 (or 0x508682) is known color: Breaker Bay. HEX triplet: 50, 86 and 82. RGB value is (80,134,130). Sum of RGB (Red+Green+Blue) = 80+134+130=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #508682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508682 is #AF797D. Grayscale: #757575. Windows color (decimal): -11499902 or 8554064. OLE color: 8554064.

HSL color Cylindrical-coordinate representation of color #508682: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508682 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 130 -
CMYK 0.40 0 0.03 0.47
HSL 175.56º 0.25% 0.42% -
HSV(B) 175.56º 0.4% 0.53% -
XYZ 15.86 20.37 24.21 -
YUV 117.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 80 134 130 0.40 0 0.03 0.47 175.56 0.25 0.42
Hex 50 86 82 28 0 3 2F B0 19 2A
Octal 120 206 202 50 0 3 57 260 31 52
Binary 1010000 10000110 10000010 101000 0 11 101111 10110000 11001 101010

Color Harmonies of #508682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508682

Black with #508682

Text Example


Text Example

White with #508682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508682; }

 p { color: rgb(80,134,130); }

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

background-color css

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

 a { background-color: rgb(80,134,130); }

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

border-color css

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

 span { border-color: rgb(80,134,130); }

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