Html Css Color HEX #5F4FBA Blue Marguerite

📋 copy color: '#5F4FBA'

red 95 ◦ green 79 ◦ blue 186

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

Shades of Blue Marguerite #5F4FBA

Tints of Blue Marguerite #5F4FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 26.39%
G = 21.94%
B = 51.67%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F4FBA (or 0x5F4FBA) is known color: Blue Marguerite. HEX triplet: 5F, 4F and BA. RGB value is (95,79,186). Sum of RGB (Red+Green+Blue) = 95+79+186=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F4FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FBA is #A0B045. Grayscale: #5F5F5F. Windows color (decimal): -10530886 or 12210015. OLE color: 12210015.

HSL color Cylindrical-coordinate representation of color #5F4FBA: hue angle of 248.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F4FBA is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 79 186 -
CMYK 0.49 0.58 0 0.27
HSL 248.97º 0.44% 0.52% -
HSV(B) 248.97º 0.58% 0.73% -
XYZ 16.38 11.57 47.82 -
YUV 95.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 95 79 186 0.49 0.58 0 0.27 248.97 0.44 0.52
Hex 5F 4F BA 31 3A 0 1B F9 2C 34
Octal 137 117 272 61 72 0 33 371 54 64
Binary 1011111 1001111 10111010 110001 111010 0 11011 11111001 101100 110100

Color Harmonies of #5F4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4FBA

Black with #5F4FBA

Text Example


Text Example

White with #5F4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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