Html Css Color HEX #5F4BAC Blue Marguerite

📋 copy color: '#5F4BAC'

red 95 ◦ green 75 ◦ blue 172

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

Shades of Blue Marguerite #5F4BAC

Tints of Blue Marguerite #5F4BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 27.78%
G = 21.93%
B = 50.29%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F4BAC (or 0x5F4BAC) is known color: Blue Marguerite. HEX triplet: 5F, 4B and AC. RGB value is (95,75,172). Sum of RGB (Red+Green+Blue) = 95+75+172=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F4BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4BAC is #A0B453. Grayscale: #5B5B5B. Windows color (decimal): -10531924 or 11291487. OLE color: 11291487.

HSL color Cylindrical-coordinate representation of color #5F4BAC: hue angle of 252.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F4BAC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 75 172 -
CMYK 0.45 0.56 0 0.33
HSL 252.37º 0.39% 0.48% -
HSV(B) 252.37º 0.56% 0.67% -
XYZ 14.68 10.44 40.27 -
YUV 92.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 95 75 172 0.45 0.56 0 0.33 252.37 0.39 0.48
Hex 5F 4B AC 2D 38 0 21 FC 27 30
Octal 137 113 254 55 70 0 41 374 47 60
Binary 1011111 1001011 10101100 101101 111000 0 100001 11111100 100111 110000

Color Harmonies of #5F4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4BAC

Black with #5F4BAC

Text Example


Text Example

White with #5F4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,75,172); }

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

background-color css

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

 a { background-color: rgb(95,75,172); }

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

border-color css

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

 span { border-color: rgb(95,75,172); }

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