Html Css Color HEX #5D5ABF Rich Blue

📋 copy color: '#5D5ABF'

red 93 ◦ green 90 ◦ blue 191

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

Shades of Rich Blue #5D5ABF

Tints of Rich Blue #5D5ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 24.87%
G = 24.06%
B = 51.07%

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

#5D5ABF (or 0x5D5ABF) is known color: Rich Blue. HEX triplet: 5D, 5A and BF. RGB value is (93,90,191). Sum of RGB (Red+Green+Blue) = 93+90+191=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ABF is #A2A540. Grayscale: #666666. Windows color (decimal): -10659137 or 12540509. OLE color: 12540509.

HSL color Cylindrical-coordinate representation of color #5D5ABF: hue angle of 241.78º degrees, saturation: 0.44, 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 #5D5ABF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 90 191 -
CMYK 0.51 0.53 0 0.25
HSL 241.78º 0.44% 0.55% -
HSV(B) 241.78º 0.53% 0.75% -
XYZ 17.57 13.4 50.95 -
YUV 102.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 93 90 191 0.51 0.53 0 0.25 241.78 0.44 0.55
Hex 5D 5A BF 33 35 0 19 F2 2C 37
Octal 135 132 277 63 65 0 31 362 54 67
Binary 1011101 1011010 10111111 110011 110101 0 11001 11110010 101100 110111

Color Harmonies of #5D5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5ABF

Black with #5D5ABF

Text Example


Text Example

White with #5D5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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