Html Css Color HEX #5F4AAF Blue Marguerite

📋 copy color: '#5F4AAF'

red 95 ◦ green 74 ◦ blue 175

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

Shades of Blue Marguerite #5F4AAF

Tints of Blue Marguerite #5F4AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 27.62%
G = 21.51%
B = 50.87%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F4AAF (or 0x5F4AAF) is known color: Blue Marguerite. HEX triplet: 5F, 4A and AF. RGB value is (95,74,175). Sum of RGB (Red+Green+Blue) = 95+74+175=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F4AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4AAF is #A0B550. Grayscale: #5B5B5B. Windows color (decimal): -10532177 or 11487839. OLE color: 11487839.

HSL color Cylindrical-coordinate representation of color #5F4AAF: hue angle of 252.48º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F4AAF is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 74 175 -
CMYK 0.46 0.58 0 0.31
HSL 252.48º 0.41% 0.49% -
HSV(B) 252.48º 0.58% 0.69% -
XYZ 14.91 10.43 41.78 -
YUV 91.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 95 74 175 0.46 0.58 0 0.31 252.48 0.41 0.49
Hex 5F 4A AF 2E 3A 0 1F FC 29 31
Octal 137 112 257 56 72 0 37 374 51 61
Binary 1011111 1001010 10101111 101110 111010 0 11111 11111100 101001 110001

Color Harmonies of #5F4AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4AAF

Black with #5F4AAF

Text Example


Text Example

White with #5F4AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,74,175); }

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

background-color css

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

 a { background-color: rgb(95,74,175); }

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

border-color css

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

 span { border-color: rgb(95,74,175); }

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