Html Css Color HEX #5D57BE Rich Blue

📋 copy color: '#5D57BE'

red 93 ◦ green 87 ◦ blue 190

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

Shades of Rich Blue #5D57BE

Tints of Rich Blue #5D57BE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.51%

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

R = 25.14%
G = 23.51%
B = 51.35%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D57BE (or 0x5D57BE) is known color: Rich Blue. HEX triplet: 5D, 57 and BE. RGB value is (93,87,190). Sum of RGB (Red+Green+Blue) = 93+87+190=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D57BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D57BE is #A2A841. Grayscale: #646464. Windows color (decimal): -10659906 or 12474205. OLE color: 12474205.

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

Color convert

RGB 93 87 190 -
CMYK 0.51 0.54 0 0.25
HSL 243.5º 0.44% 0.54% -
HSV(B) 243.5º 0.54% 0.75% -
XYZ 17.22 12.86 50.29 -
YUV 100.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 93 87 190 0.51 0.54 0 0.25 243.5 0.44 0.54
Hex 5D 57 BE 33 36 0 19 F3 2C 36
Octal 135 127 276 63 66 0 31 363 54 66
Binary 1011101 1010111 10111110 110011 110110 0 11001 11110011 101100 110110

Color Harmonies of #5D57BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D57BE

Black with #5D57BE

Text Example


Text Example

White with #5D57BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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