Html Css Color HEX #508592 Hippie Blue

📋 copy color: '#508592'

red 80 ◦ green 133 ◦ blue 146

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

Shades of Hippie Blue #508592

Tints of Hippie Blue #508592

RGB

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

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

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

R = 22.28%
G = 37.05%
B = 40.67%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#508592 (or 0x508592) is known color: Hippie Blue. HEX triplet: 50, 85 and 92. RGB value is (80,133,146). Sum of RGB (Red+Green+Blue) = 80+133+146=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #508592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508592 is #AF7A6D. Grayscale: #767676. Windows color (decimal): -11500142 or 9602384. OLE color: 9602384.

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

Color convert

RGB 80 133 146 -
CMYK 0.45 0.09 0 0.43
HSL 191.82º 0.29% 0.44% -
HSV(B) 191.82º 0.45% 0.57% -
XYZ 16.88 20.56 30.27 -
YUV 118.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 80 133 146 0.45 0.09 0 0.43 191.82 0.29 0.44
Hex 50 85 92 2D 9 0 2B C0 1D 2C
Octal 120 205 222 55 11 0 53 300 35 54
Binary 1010000 10000101 10010010 101101 1001 0 101011 11000000 11101 101100

Color Harmonies of #508592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508592

Black with #508592

Text Example


Text Example

White with #508592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508592; }

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

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

background-color css

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

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

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

border-color css

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

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

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