Html Css Color HEX #508D9B Hippie Blue

📋 copy color: '#508D9B'

red 80 ◦ green 141 ◦ blue 155

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

Shades of Hippie Blue #508D9B

Tints of Hippie Blue #508D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 21.28%
G = 37.5%
B = 41.22%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#508D9B (or 0x508D9B) is known color: Hippie Blue. HEX triplet: 50, 8D and 9B. RGB value is (80,141,155). Sum of RGB (Red+Green+Blue) = 80+141+155=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #508D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D9B is #AF7264. Grayscale: #7C7C7C. Windows color (decimal): -11498085 or 10194256. OLE color: 10194256.

HSL color Cylindrical-coordinate representation of color #508D9B: hue angle of 191.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508D9B is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 141 155 -
CMYK 0.48 0.09 0 0.39
HSL 191.2º 0.32% 0.46% -
HSV(B) 191.2º 0.48% 0.61% -
XYZ 18.75 23.12 34.49 -
YUV 124.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 80 141 155 0.48 0.09 0 0.39 191.2 0.32 0.46
Hex 50 8D 9B 30 9 0 27 BF 20 2E
Octal 120 215 233 60 11 0 47 277 40 56
Binary 1010000 10001101 10011011 110000 1001 0 100111 10111111 100000 101110

Color Harmonies of #508D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508D9B

Black with #508D9B

Text Example


Text Example

White with #508D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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