Html Css Color HEX #508097 Hippie Blue

📋 copy color: '#508097'

red 80 ◦ green 128 ◦ blue 151

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

Shades of Hippie Blue #508097

Tints of Hippie Blue #508097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

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

R = 22.28%
G = 35.65%
B = 42.06%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#508097 (or 0x508097) is known color: Hippie Blue. HEX triplet: 50, 80 and 97. RGB value is (80,128,151). Sum of RGB (Red+Green+Blue) = 80+128+151=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 151 - color contains mainly: blue. Hex color #508097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508097 is #AF7F68. Grayscale: #747474. Windows color (decimal): -11501417 or 9928784. OLE color: 9928784.

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

Color convert

RGB 80 128 151 -
CMYK 0.47 0.15 0 0.41
HSL 199.44º 0.31% 0.45% -
HSV(B) 199.44º 0.47% 0.59% -
XYZ 16.61 19.38 32.14 -
YUV 116.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 80 128 151 0.47 0.15 0 0.41 199.44 0.31 0.45
Hex 50 80 97 2F F 0 29 C7 1F 2D
Octal 120 200 227 57 17 0 51 307 37 55
Binary 1010000 10000000 10010111 101111 1111 0 101001 11000111 11111 101101

Color Harmonies of #508097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508097

Black with #508097

Text Example


Text Example

White with #508097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508097; }

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

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

background-color css

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

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

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

border-color css

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

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

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