Html Css Color HEX #508995 Hippie Blue

📋 copy color: '#508995'

red 80 ◦ green 137 ◦ blue 149

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

Shades of Hippie Blue #508995

Tints of Hippie Blue #508995

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

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

R = 21.86%
G = 37.43%
B = 40.71%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#508995 (or 0x508995) is known color: Hippie Blue. HEX triplet: 50, 89 and 95. RGB value is (80,137,149). Sum of RGB (Red+Green+Blue) = 80+137+149=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #508995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508995 is #AF766A. Grayscale: #797979. Windows color (decimal): -11499115 or 9800016. OLE color: 9800016.

HSL color Cylindrical-coordinate representation of color #508995: hue angle of 190.43º 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 #508995 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 137 149 -
CMYK 0.46 0.08 0 0.42
HSL 190.43º 0.3% 0.45% -
HSV(B) 190.43º 0.46% 0.58% -
XYZ 17.68 21.77 31.7 -
YUV 121.33 143.62 98.52 -
System Red Green Blue C M Y K H S L
Decimal 80 137 149 0.46 0.08 0 0.42 190.43 0.3 0.45
Hex 50 89 95 2E 8 0 2A BE 1E 2D
Octal 120 211 225 56 10 0 52 276 36 55
Binary 1010000 10001001 10010101 101110 1000 0 101010 10111110 11110 101101

Color Harmonies of #508995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508995

Black with #508995

Text Example


Text Example

White with #508995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508995; }

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

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

background-color css

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

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

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

border-color css

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

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

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