Html Css Color HEX #5B5CBA Rich Blue

📋 copy color: '#5B5CBA'

red 91 ◦ green 92 ◦ blue 186

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

Shades of Rich Blue #5B5CBA

Tints of Rich Blue #5B5CBA

RGB

 RED value IS 91 (35.94% from 255) = 24.66%

 GREEN value IS 92 (36.33% from 255) = 24.93%

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

R = 24.66%
G = 24.93%
B = 50.41%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B5CBA (or 0x5B5CBA) is known color: Rich Blue. HEX triplet: 5B, 5C and BA. RGB value is (91,92,186). Sum of RGB (Red+Green+Blue) = 91+92+186=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B5CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5CBA is #A4A345. Grayscale: #666666. Windows color (decimal): -10789702 or 12213339. OLE color: 12213339.

HSL color Cylindrical-coordinate representation of color #5B5CBA: hue angle of 239.37º 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 #5B5CBA is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 92 186 -
CMYK 0.51 0.51 0 0.27
HSL 239.37º 0.41% 0.54% -
HSV(B) 239.37º 0.51% 0.73% -
XYZ 17 13.42 48.15 -
YUV 102.42 175.17 119.86 -
System Red Green Blue C M Y K H S L
Decimal 91 92 186 0.51 0.51 0 0.27 239.37 0.41 0.54
Hex 5B 5C BA 33 33 0 1B EF 29 36
Octal 133 134 272 63 63 0 33 357 51 66
Binary 1011011 1011100 10111010 110011 110011 0 11011 11101111 101001 110110

Color Harmonies of #5B5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5CBA

Black with #5B5CBA

Text Example


Text Example

White with #5B5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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