Html Css Color HEX #508478 Breaker Bay

📋 copy color: '#508478'

red 80 ◦ green 132 ◦ blue 120

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

Shades of Breaker Bay #508478

Tints of Breaker Bay #508478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

 BLUE value IS 120 (47.27% from 255) = 36.14%

R = 24.1%
G = 39.76%
B = 36.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#508478 (or 0x508478) is known color: Breaker Bay. HEX triplet: 50, 84 and 78. RGB value is (80,132,120). Sum of RGB (Red+Green+Blue) = 80+132+120=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #508478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508478 is #AF7B87. Grayscale: #737373. Windows color (decimal): -11500424 or 7898192. OLE color: 7898192.

HSL color Cylindrical-coordinate representation of color #508478: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508478 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 120 -
CMYK 0.39 0 0.09 0.48
HSL 166.15º 0.25% 0.42% -
HSV(B) 166.15º 0.39% 0.52% -
XYZ 14.95 19.56 20.76 -
YUV 115.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 80 132 120 0.39 0 0.09 0.48 166.15 0.25 0.42
Hex 50 84 78 27 0 9 30 A6 19 2A
Octal 120 204 170 47 0 11 60 246 31 52
Binary 1010000 10000100 1111000 100111 0 1001 110000 10100110 11001 101010

Color Harmonies of #508478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508478

Black with #508478

Text Example


Text Example

White with #508478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508478; }

 p { color: rgb(80,132,120); }

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

background-color css

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

 a { background-color: rgb(80,132,120); }

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

border-color css

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

 span { border-color: rgb(80,132,120); }

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