Html Css Color HEX #509D95 Half Baked

📋 copy color: '#509D95'

red 80 ◦ green 157 ◦ blue 149

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

Shades of Half Baked #509D95

Tints of Half Baked #509D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 20.73%
G = 40.67%
B = 38.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#509D95 (or 0x509D95) is known color: Half Baked. HEX triplet: 50, 9D and 95. RGB value is (80,157,149). Sum of RGB (Red+Green+Blue) = 80+157+149=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #509D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509D95 is #AF626A. Grayscale: #858585. Windows color (decimal): -11493995 or 9805136. OLE color: 9805136.

HSL color Cylindrical-coordinate representation of color #509D95: hue angle of 173.77º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D95 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 149 -
CMYK 0.49 0 0.05 0.38
HSL 173.77º 0.32% 0.46% -
HSV(B) 173.77º 0.49% 0.62% -
XYZ 20.79 27.99 32.74 -
YUV 133.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 80 157 149 0.49 0 0.05 0.38 173.77 0.32 0.46
Hex 50 9D 95 31 0 5 26 AE 20 2E
Octal 120 235 225 61 0 5 46 256 40 56
Binary 1010000 10011101 10010101 110001 0 101 100110 10101110 100000 101110

Color Harmonies of #509D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D95

Black with #509D95

Text Example


Text Example

White with #509D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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