Html Css Color HEX #5D5BBA Rich Blue

📋 copy color: '#5D5BBA'

red 93 ◦ green 91 ◦ blue 186

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

Shades of Rich Blue #5D5BBA

Tints of Rich Blue #5D5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 25.14%
G = 24.59%
B = 50.27%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D5BBA (or 0x5D5BBA) is known color: Rich Blue. HEX triplet: 5D, 5B and BA. RGB value is (93,91,186). Sum of RGB (Red+Green+Blue) = 93+91+186=370 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.14% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5BBA is #A2A445. Grayscale: #666666. Windows color (decimal): -10658886 or 12213085. OLE color: 12213085.

HSL color Cylindrical-coordinate representation of color #5D5BBA: hue angle of 241.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D5BBA is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 91 186 -
CMYK 0.5 0.51 0 0.27
HSL 241.26º 0.41% 0.54% -
HSV(B) 241.26º 0.51% 0.73% -
XYZ 17.12 13.35 48.13 -
YUV 102.43 175.16 121.28 -
System Red Green Blue C M Y K H S L
Decimal 93 91 186 0.5 0.51 0 0.27 241.26 0.41 0.54
Hex 5D 5B BA 32 33 0 1B F1 29 36
Octal 135 133 272 62 63 0 33 361 51 66
Binary 1011101 1011011 10111010 110010 110011 0 11011 11110001 101001 110110

Color Harmonies of #5D5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5BBA

Black with #5D5BBA

Text Example


Text Example

White with #5D5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,91,186); }

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

background-color css

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

 a { background-color: rgb(93,91,186); }

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

border-color css

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

 span { border-color: rgb(93,91,186); }

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