Html Css Color HEX #5F47AB Blue Marguerite

📋 copy color: '#5F47AB'

red 95 ◦ green 71 ◦ blue 171

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

Shades of Blue Marguerite #5F47AB

Tints of Blue Marguerite #5F47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 28.19%
G = 21.07%
B = 50.74%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F47AB (or 0x5F47AB) is known color: Blue Marguerite. HEX triplet: 5F, 47 and AB. RGB value is (95,71,171). Sum of RGB (Red+Green+Blue) = 95+71+171=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F47AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F47AB is #A0B854. Grayscale: #595959. Windows color (decimal): -10532949 or 11224927. OLE color: 11224927.

HSL color Cylindrical-coordinate representation of color #5F47AB: hue angle of 254.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F47AB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 71 171 -
CMYK 0.44 0.58 0 0.33
HSL 254.4º 0.41% 0.47% -
HSV(B) 254.4º 0.58% 0.67% -
XYZ 14.32 9.88 39.68 -
YUV 89.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 95 71 171 0.44 0.58 0 0.33 254.4 0.41 0.47
Hex 5F 47 AB 2C 3A 0 21 FE 29 2F
Octal 137 107 253 54 72 0 41 376 51 57
Binary 1011111 1000111 10101011 101100 111010 0 100001 11111110 101001 101111

Color Harmonies of #5F47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F47AB

Black with #5F47AB

Text Example


Text Example

White with #5F47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,71,171); }

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

background-color css

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

 a { background-color: rgb(95,71,171); }

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

border-color css

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

 span { border-color: rgb(95,71,171); }

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