Html Css Color HEX #5F4BA9 Blue Marguerite

📋 copy color: '#5F4BA9'

red 95 ◦ green 75 ◦ blue 169

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

Shades of Blue Marguerite #5F4BA9

Tints of Blue Marguerite #5F4BA9

RGB

 RED value IS 95 (37.5% from 255) = 28.02%

 GREEN value IS 75 (29.69% from 255) = 22.12%

 BLUE value IS 169 (66.41% from 255) = 49.85%

R = 28.02%
G = 22.12%
B = 49.85%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5F4BA9 (or 0x5F4BA9) is known color: Blue Marguerite. HEX triplet: 5F, 4B and A9. RGB value is (95,75,169). Sum of RGB (Red+Green+Blue) = 95+75+169=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #5F4BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4BA9 is #A0B456. Grayscale: #5B5B5B. Windows color (decimal): -10531927 or 11094879. OLE color: 11094879.

HSL color Cylindrical-coordinate representation of color #5F4BA9: hue angle of 252.77º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F4BA9 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 75 169 -
CMYK 0.44 0.56 0 0.34
HSL 252.77º 0.39% 0.48% -
HSV(B) 252.77º 0.56% 0.66% -
XYZ 14.4 10.33 38.77 -
YUV 91.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 95 75 169 0.44 0.56 0 0.34 252.77 0.39 0.48
Hex 5F 4B A9 2C 38 0 22 FD 27 30
Octal 137 113 251 54 70 0 42 375 47 60
Binary 1011111 1001011 10101001 101100 111000 0 100010 11111101 100111 110000

Color Harmonies of #5F4BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4BA9

Black with #5F4BA9

Text Example


Text Example

White with #5F4BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F4BA9; }

 p { color: rgb(95,75,169); }

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

background-color css

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

 a { background-color: rgb(95,75,169); }

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

border-color css

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

 span { border-color: rgb(95,75,169); }

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