Html Css Color HEX #508492 Hippie Blue

📋 copy color: '#508492'

red 80 ◦ green 132 ◦ blue 146

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

Shades of Hippie Blue #508492

Tints of Hippie Blue #508492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 22.35%
G = 36.87%
B = 40.78%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#508492 (or 0x508492) is known color: Hippie Blue. HEX triplet: 50, 84 and 92. RGB value is (80,132,146). Sum of RGB (Red+Green+Blue) = 80+132+146=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #508492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508492 is #AF7B6D. Grayscale: #757575. Windows color (decimal): -11500398 or 9602128. OLE color: 9602128.

HSL color Cylindrical-coordinate representation of color #508492: hue angle of 192.73º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508492 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 132 146 -
CMYK 0.45 0.10 0 0.43
HSL 192.73º 0.29% 0.44% -
HSV(B) 192.73º 0.45% 0.57% -
XYZ 16.75 20.28 30.23 -
YUV 118.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 80 132 146 0.45 0.10 0 0.43 192.73 0.29 0.44
Hex 50 84 92 2D A 0 2B C1 1D 2C
Octal 120 204 222 55 12 0 53 301 35 54
Binary 1010000 10000100 10010010 101101 1010 0 101011 11000001 11101 101100

Color Harmonies of #508492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508492

Black with #508492

Text Example


Text Example

White with #508492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508492; }

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

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

background-color css

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

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

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

border-color css

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

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

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