Html Css Color HEX #5F4DAB Blue Marguerite

📋 copy color: '#5F4DAB'

red 95 ◦ green 77 ◦ blue 171

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

Shades of Blue Marguerite #5F4DAB

Tints of Blue Marguerite #5F4DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 27.7%
G = 22.45%
B = 49.85%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F4DAB (or 0x5F4DAB) is known color: Blue Marguerite. HEX triplet: 5F, 4D and AB. RGB value is (95,77,171). Sum of RGB (Red+Green+Blue) = 95+77+171=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F4DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4DAB is #A0B254. Grayscale: #5C5C5C. Windows color (decimal): -10531413 or 11226463. OLE color: 11226463.

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

Color convert

RGB 95 77 171 -
CMYK 0.44 0.55 0 0.33
HSL 251.49º 0.38% 0.49% -
HSV(B) 251.49º 0.55% 0.67% -
XYZ 14.72 10.68 39.81 -
YUV 93.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 95 77 171 0.44 0.55 0 0.33 251.49 0.38 0.49
Hex 5F 4D AB 2C 37 0 21 FB 26 31
Octal 137 115 253 54 67 0 41 373 46 61
Binary 1011111 1001101 10101011 101100 110111 0 100001 11111011 100110 110001

Color Harmonies of #5F4DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4DAB

Black with #5F4DAB

Text Example


Text Example

White with #5F4DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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