Html Css Color HEX #508497 Hippie Blue

📋 copy color: '#508497'

red 80 ◦ green 132 ◦ blue 151

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

Shades of Hippie Blue #508497

Tints of Hippie Blue #508497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 22.04%
G = 36.36%
B = 41.6%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#508497 (or 0x508497) is known color: Hippie Blue. HEX triplet: 50, 84 and 97. RGB value is (80,132,151). Sum of RGB (Red+Green+Blue) = 80+132+151=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #508497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508497 is #AF7B68. Grayscale: #767676. Windows color (decimal): -11500393 or 9929808. OLE color: 9929808.

HSL color Cylindrical-coordinate representation of color #508497: hue angle of 196.06º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508497 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 132 151 -
CMYK 0.47 0.13 0 0.41
HSL 196.06º 0.31% 0.45% -
HSV(B) 196.06º 0.47% 0.59% -
XYZ 17.15 20.44 32.32 -
YUV 118.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 80 132 151 0.47 0.13 0 0.41 196.06 0.31 0.45
Hex 50 84 97 2F D 0 29 C4 1F 2D
Octal 120 204 227 57 15 0 51 304 37 55
Binary 1010000 10000100 10010111 101111 1101 0 101001 11000100 11111 101101

Color Harmonies of #508497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508497

Black with #508497

Text Example


Text Example

White with #508497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508497; }

 p { color: rgb(80,132,151); }

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

background-color css

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

 a { background-color: rgb(80,132,151); }

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

border-color css

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

 span { border-color: rgb(80,132,151); }

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