Html Css Color HEX #5D5ABE Rich Blue

📋 copy color: '#5D5ABE'

red 93 ◦ green 90 ◦ blue 190

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

Shades of Rich Blue #5D5ABE

Tints of Rich Blue #5D5ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.13%

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

R = 24.93%
G = 24.13%
B = 50.94%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D5ABE (or 0x5D5ABE) is known color: Rich Blue. HEX triplet: 5D, 5A and BE. RGB value is (93,90,190). Sum of RGB (Red+Green+Blue) = 93+90+190=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ABE is #A2A541. Grayscale: #656565. Windows color (decimal): -10659138 or 12474973. OLE color: 12474973.

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

Color convert

RGB 93 90 190 -
CMYK 0.51 0.53 0 0.25
HSL 241.8º 0.43% 0.55% -
HSV(B) 241.8º 0.53% 0.75% -
XYZ 17.46 13.36 50.37 -
YUV 102.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 93 90 190 0.51 0.53 0 0.25 241.8 0.43 0.55
Hex 5D 5A BE 33 35 0 19 F2 2B 37
Octal 135 132 276 63 65 0 31 362 53 67
Binary 1011101 1011010 10111110 110011 110101 0 11001 11110010 101011 110111

Color Harmonies of #5D5ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5ABE

Black with #5D5ABE

Text Example


Text Example

White with #5D5ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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