Html Css Color HEX #5195A2 Hippie Blue

📋 copy color: '#5195A2'

red 81 ◦ green 149 ◦ blue 162

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

Shades of Hippie Blue #5195A2

Tints of Hippie Blue #5195A2

RGB

 RED value IS 81 (32.03% from 255) = 20.66%

 GREEN value IS 149 (58.59% from 255) = 38.01%

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 20.66%
G = 38.01%
B = 41.33%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5195A2 (or 0x5195A2) is known color: Hippie Blue. HEX triplet: 51, 95 and A2. RGB value is (81,149,162). Sum of RGB (Red+Green+Blue) = 81+149+162=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #5195A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5195A2 is #AE6A5D. Grayscale: #828282. Windows color (decimal): -11430494 or 10655057. OLE color: 10655057.

HSL color Cylindrical-coordinate representation of color #5195A2: hue angle of 189.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5195A2 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 81 149 162 -
CMYK 0.50 0.08 0 0.36
HSL 189.63º 0.33% 0.48% -
HSV(B) 189.63º 0.5% 0.64% -
XYZ 20.66 25.85 38.08 -
YUV 130.15 145.97 92.94 -
System Red Green Blue C M Y K H S L
Decimal 81 149 162 0.50 0.08 0 0.36 189.63 0.33 0.48
Hex 51 95 A2 32 8 0 24 BE 21 30
Octal 121 225 242 62 10 0 44 276 41 60
Binary 1010001 10010101 10100010 110010 1000 0 100100 10111110 100001 110000

Color Harmonies of #5195A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5195A2

Black with #5195A2

Text Example


Text Example

White with #5195A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5195A2; }

 p { color: rgb(81,149,162); }

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

background-color css

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

 a { background-color: rgb(81,149,162); }

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

border-color css

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

 span { border-color: rgb(81,149,162); }

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