Html Css Color HEX #5D52BB Blue Marguerite

📋 copy color: '#5D52BB'

red 93 ◦ green 82 ◦ blue 187

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

Shades of Blue Marguerite #5D52BB

Tints of Blue Marguerite #5D52BB

RGB

 RED value IS 93 (36.72% from 255) = 25.69%

 GREEN value IS 82 (32.42% from 255) = 22.65%

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 25.69%
G = 22.65%
B = 51.66%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D52BB (or 0x5D52BB) is known color: Blue Marguerite. HEX triplet: 5D, 52 and BB. RGB value is (93,82,187). Sum of RGB (Red+Green+Blue) = 93+82+187=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D52BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52BB is #A2AD44. Grayscale: #606060. Windows color (decimal): -10661189 or 12276317. OLE color: 12276317.

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

Color convert

RGB 93 82 187 -
CMYK 0.50 0.56 0 0.27
HSL 246.29º 0.44% 0.53% -
HSV(B) 246.29º 0.56% 0.73% -
XYZ 16.5 11.95 48.45 -
YUV 97.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 93 82 187 0.50 0.56 0 0.27 246.29 0.44 0.53
Hex 5D 52 BB 32 38 0 1B F6 2C 35
Octal 135 122 273 62 70 0 33 366 54 65
Binary 1011101 1010010 10111011 110010 111000 0 11011 11110110 101100 110101

Color Harmonies of #5D52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D52BB

Black with #5D52BB

Text Example


Text Example

White with #5D52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,187); }

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

background-color css

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

 a { background-color: rgb(93,82,187); }

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

border-color css

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

 span { border-color: rgb(93,82,187); }

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