Html Css Color HEX #508D9F Hippie Blue

📋 copy color: '#508D9F'

red 80 ◦ green 141 ◦ blue 159

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

Shades of Hippie Blue #508D9F

Tints of Hippie Blue #508D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 21.05%
G = 37.11%
B = 41.84%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#508D9F (or 0x508D9F) is known color: Hippie Blue. HEX triplet: 50, 8D and 9F. RGB value is (80,141,159). Sum of RGB (Red+Green+Blue) = 80+141+159=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #508D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D9F is #AF7260. Grayscale: #7C7C7C. Windows color (decimal): -11498081 or 10456400. OLE color: 10456400.

HSL color Cylindrical-coordinate representation of color #508D9F: hue angle of 193.67º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508D9F is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 141 159 -
CMYK 0.50 0.11 0 0.38
HSL 193.67º 0.33% 0.47% -
HSV(B) 193.67º 0.5% 0.62% -
XYZ 19.09 23.26 36.28 -
YUV 124.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 80 141 159 0.50 0.11 0 0.38 193.67 0.33 0.47
Hex 50 8D 9F 32 B 0 26 C2 21 2F
Octal 120 215 237 62 13 0 46 302 41 57
Binary 1010000 10001101 10011111 110010 1011 0 100110 11000010 100001 101111

Color Harmonies of #508D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D9F

Black with #508D9F

Text Example


Text Example

White with #508D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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