Html Css Color HEX #508397 Hippie Blue

📋 copy color: '#508397'

red 80 ◦ green 131 ◦ blue 151

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

Shades of Hippie Blue #508397

Tints of Hippie Blue #508397

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 22.1%
G = 36.19%
B = 41.71%

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

#508397 (or 0x508397) is known color: Hippie Blue. HEX triplet: 50, 83 and 97. RGB value is (80,131,151). Sum of RGB (Red+Green+Blue) = 80+131+151=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #508397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508397 is #AF7C68. Grayscale: #757575. Windows color (decimal): -11500649 or 9929552. OLE color: 9929552.

HSL color Cylindrical-coordinate representation of color #508397: hue angle of 196.9º 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 #508397 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 131 151 -
CMYK 0.47 0.13 0 0.41
HSL 196.9º 0.31% 0.45% -
HSV(B) 196.9º 0.47% 0.59% -
XYZ 17.01 20.17 32.28 -
YUV 118.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 80 131 151 0.47 0.13 0 0.41 196.9 0.31 0.45
Hex 50 83 97 2F D 0 29 C5 1F 2D
Octal 120 203 227 57 15 0 51 305 37 55
Binary 1010000 10000011 10010111 101111 1101 0 101001 11000101 11111 101101

Color Harmonies of #508397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508397

Black with #508397

Text Example


Text Example

White with #508397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508397; }

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

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

background-color css

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

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

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

border-color css

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

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

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