Html Css Color HEX #5D56BE Rich Blue

📋 copy color: '#5D56BE'

red 93 ◦ green 86 ◦ blue 190

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

Shades of Rich Blue #5D56BE

Tints of Rich Blue #5D56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 25.2%
G = 23.31%
B = 51.49%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D56BE (or 0x5D56BE) is known color: Rich Blue. HEX triplet: 5D, 56 and BE. RGB value is (93,86,190). Sum of RGB (Red+Green+Blue) = 93+86+190=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D56BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D56BE is #A2A941. Grayscale: #636363. Windows color (decimal): -10660162 or 12473949. OLE color: 12473949.

HSL color Cylindrical-coordinate representation of color #5D56BE: hue angle of 244.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D56BE is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 86 190 -
CMYK 0.51 0.55 0 0.25
HSL 244.04º 0.44% 0.54% -
HSV(B) 244.04º 0.55% 0.75% -
XYZ 17.14 12.7 50.26 -
YUV 99.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 93 86 190 0.51 0.55 0 0.25 244.04 0.44 0.54
Hex 5D 56 BE 33 37 0 19 F4 2C 36
Octal 135 126 276 63 67 0 31 364 54 66
Binary 1011101 1010110 10111110 110011 110111 0 11001 11110100 101100 110110

Color Harmonies of #5D56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D56BE

Black with #5D56BE

Text Example


Text Example

White with #5D56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,86,190); }

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

background-color css

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

 a { background-color: rgb(93,86,190); }

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

border-color css

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

 span { border-color: rgb(93,86,190); }

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