Html Css Color HEX #508591 Hippie Blue

📋 copy color: '#508591'

red 80 ◦ green 133 ◦ blue 145

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

Shades of Hippie Blue #508591

Tints of Hippie Blue #508591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 22.35%
G = 37.15%
B = 40.5%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#508591 (or 0x508591) is known color: Hippie Blue. HEX triplet: 50, 85 and 91. RGB value is (80,133,145). Sum of RGB (Red+Green+Blue) = 80+133+145=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #508591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508591 is #AF7A6E. Grayscale: #767676. Windows color (decimal): -11500143 or 9536848. OLE color: 9536848.

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

Color convert

RGB 80 133 145 -
CMYK 0.45 0.08 0 0.43
HSL 191.08º 0.29% 0.44% -
HSV(B) 191.08º 0.45% 0.57% -
XYZ 16.81 20.52 29.86 -
YUV 118.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 80 133 145 0.45 0.08 0 0.43 191.08 0.29 0.44
Hex 50 85 91 2D 8 0 2B BF 1D 2C
Octal 120 205 221 55 10 0 53 277 35 54
Binary 1010000 10000101 10010001 101101 1000 0 101011 10111111 11101 101100

Color Harmonies of #508591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508591

Black with #508591

Text Example


Text Example

White with #508591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508591; }

 p { color: rgb(80,133,145); }

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

background-color css

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

 a { background-color: rgb(80,133,145); }

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

border-color css

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

 span { border-color: rgb(80,133,145); }

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