Html Css Color HEX #5F4FAE Blue Marguerite

📋 copy color: '#5F4FAE'

red 95 ◦ green 79 ◦ blue 174

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

Shades of Blue Marguerite #5F4FAE

Tints of Blue Marguerite #5F4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

 BLUE value IS 174 (68.36% from 255) = 50%

R = 27.3%
G = 22.7%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5F4FAE (or 0x5F4FAE) is known color: Blue Marguerite. HEX triplet: 5F, 4F and AE. RGB value is (95,79,174). Sum of RGB (Red+Green+Blue) = 95+79+174=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4FAE is #A0B051. Grayscale: #5E5E5E. Windows color (decimal): -10530898 or 11423583. OLE color: 11423583.

HSL color Cylindrical-coordinate representation of color #5F4FAE: hue angle of 250.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F4FAE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 79 174 -
CMYK 0.45 0.55 0 0.32
HSL 250.11º 0.38% 0.5% -
HSV(B) 250.11º 0.55% 0.68% -
XYZ 15.16 11.08 41.38 -
YUV 94.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 95 79 174 0.45 0.55 0 0.32 250.11 0.38 0.5
Hex 5F 4F AE 2D 37 0 20 FA 26 32
Octal 137 117 256 55 67 0 40 372 46 62
Binary 1011111 1001111 10101110 101101 110111 0 100000 11111010 100110 110010

Color Harmonies of #5F4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4FAE

Black with #5F4FAE

Text Example


Text Example

White with #5F4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,79,174); }

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

background-color css

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

 a { background-color: rgb(95,79,174); }

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

border-color css

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

 span { border-color: rgb(95,79,174); }

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