Html Css Color HEX #5C4BBC Blue Marguerite

📋 copy color: '#5C4BBC'

red 92 ◦ green 75 ◦ blue 188

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

Shades of Blue Marguerite #5C4BBC

Tints of Blue Marguerite #5C4BBC

RGB

 RED value IS 92 (36.33% from 255) = 25.92%

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

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 25.92%
G = 21.13%
B = 52.96%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5C4BBC (or 0x5C4BBC) is known color: Blue Marguerite. HEX triplet: 5C, 4B and BC. RGB value is (92,75,188). Sum of RGB (Red+Green+Blue) = 92+75+188=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BBC is #A3B443. Grayscale: #5C5C5C. Windows color (decimal): -10728516 or 12340060. OLE color: 12340060.

HSL color Cylindrical-coordinate representation of color #5C4BBC: hue angle of 249.03º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C4BBC is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 92 75 188 -
CMYK 0.51 0.60 0 0.26
HSL 249.03º 0.46% 0.52% -
HSV(B) 249.03º 0.6% 0.74% -
XYZ 16.01 10.94 48.84 -
YUV 92.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 92 75 188 0.51 0.60 0 0.26 249.03 0.46 0.52
Hex 5C 4B BC 33 3C 0 1A F9 2E 34
Octal 134 113 274 63 74 0 32 371 56 64
Binary 1011100 1001011 10111100 110011 111100 0 11010 11111001 101110 110100

Color Harmonies of #5C4BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4BBC

Black with #5C4BBC

Text Example


Text Example

White with #5C4BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,75,188); }

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

background-color css

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

 a { background-color: rgb(92,75,188); }

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

border-color css

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

 span { border-color: rgb(92,75,188); }

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