Html Css Color HEX #5C50BE Blue Marguerite

📋 copy color: '#5C50BE'

red 92 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #5C50BE

Tints of Blue Marguerite #5C50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 25.41%
G = 22.1%
B = 52.49%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C50BE (or 0x5C50BE) is known color: Blue Marguerite. HEX triplet: 5C, 50 and BE. RGB value is (92,80,190). Sum of RGB (Red+Green+Blue) = 92+80+190=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C50BE is #A3AF41. Grayscale: #5F5F5F. Windows color (decimal): -10727234 or 12472412. OLE color: 12472412.

HSL color Cylindrical-coordinate representation of color #5C50BE: hue angle of 246.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C50BE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 80 190 -
CMYK 0.52 0.58 0 0.25
HSL 246.55º 0.46% 0.53% -
HSV(B) 246.55º 0.58% 0.75% -
XYZ 16.58 11.73 50.11 -
YUV 96.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 92 80 190 0.52 0.58 0 0.25 246.55 0.46 0.53
Hex 5C 50 BE 34 3A 0 19 F7 2E 35
Octal 134 120 276 64 72 0 31 367 56 65
Binary 1011100 1010000 10111110 110100 111010 0 11001 11110111 101110 110101

Color Harmonies of #5C50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C50BE

Black with #5C50BE

Text Example


Text Example

White with #5C50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,80,190); }

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

background-color css

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

 a { background-color: rgb(92,80,190); }

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

border-color css

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

 span { border-color: rgb(92,80,190); }

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