Html Css Color HEX #508D95 Half Baked

📋 copy color: '#508D95'

red 80 ◦ green 141 ◦ blue 149

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

Shades of Half Baked #508D95

Tints of Half Baked #508D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

 BLUE value IS 149 (58.59% from 255) = 40.27%

R = 21.62%
G = 38.11%
B = 40.27%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#508D95 (or 0x508D95) is known color: Half Baked. HEX triplet: 50, 8D and 95. RGB value is (80,141,149). Sum of RGB (Red+Green+Blue) = 80+141+149=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #508D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D95 is #AF726A. Grayscale: #7B7B7B. Windows color (decimal): -11498091 or 9801040. OLE color: 9801040.

HSL color Cylindrical-coordinate representation of color #508D95: hue angle of 186.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508D95 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 141 149 -
CMYK 0.46 0.05 0 0.42
HSL 186.96º 0.3% 0.45% -
HSV(B) 186.96º 0.46% 0.58% -
XYZ 18.26 22.93 31.9 -
YUV 123.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 80 141 149 0.46 0.05 0 0.42 186.96 0.3 0.45
Hex 50 8D 95 2E 5 0 2A BB 1E 2D
Octal 120 215 225 56 5 0 52 273 36 55
Binary 1010000 10001101 10010101 101110 101 0 101010 10111011 11110 101101

Color Harmonies of #508D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D95

Black with #508D95

Text Example


Text Example

White with #508D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508D95; }

 p { color: rgb(80,141,149); }

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

background-color css

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

 a { background-color: rgb(80,141,149); }

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

border-color css

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

 span { border-color: rgb(80,141,149); }

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