Html Css Color HEX #5B5EAB Rich Blue

📋 copy color: '#5B5EAB'

red 91 ◦ green 94 ◦ blue 171

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

Shades of Rich Blue #5B5EAB

Tints of Rich Blue #5B5EAB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 25.56%
G = 26.4%
B = 48.03%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B5EAB (or 0x5B5EAB) is known color: Rich Blue. HEX triplet: 5B, 5E and AB. RGB value is (91,94,171). Sum of RGB (Red+Green+Blue) = 91+94+171=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5EAB is #A4A154. Grayscale: #656565. Windows color (decimal): -10789205 or 11230811. OLE color: 11230811.

HSL color Cylindrical-coordinate representation of color #5B5EAB: hue angle of 237.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B5EAB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 94 171 -
CMYK 0.47 0.45 0 0.33
HSL 237.75º 0.32% 0.51% -
HSV(B) 237.75º 0.47% 0.67% -
XYZ 15.67 13.17 40.24 -
YUV 101.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 91 94 171 0.47 0.45 0 0.33 237.75 0.32 0.51
Hex 5B 5E AB 2F 2D 0 21 EE 20 33
Octal 133 136 253 57 55 0 41 356 40 63
Binary 1011011 1011110 10101011 101111 101101 0 100001 11101110 100000 110011

Color Harmonies of #5B5EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5EAB

Black with #5B5EAB

Text Example


Text Example

White with #5B5EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,94,171); }

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

background-color css

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

 a { background-color: rgb(91,94,171); }

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

border-color css

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

 span { border-color: rgb(91,94,171); }

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