Html Css Color HEX #5B5BAC Rich Blue

📋 copy color: '#5B5BAC'

red 91 ◦ green 91 ◦ blue 172

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

Shades of Rich Blue #5B5BAC

Tints of Rich Blue #5B5BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 25.71%
G = 25.71%
B = 48.59%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B5BAC (or 0x5B5BAC) is known color: Rich Blue. HEX triplet: 5B, 5B and AC. RGB value is (91,91,172). Sum of RGB (Red+Green+Blue) = 91+91+172=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B5BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B5BAC is #A4A453. Grayscale: #636363. Windows color (decimal): -10789972 or 11295579. OLE color: 11295579.

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

Color convert

RGB 91 91 172 -
CMYK 0.47 0.47 0 0.33
HSL 240º 0.33% 0.52% -
HSV(B) 240º 0.47% 0.67% -
XYZ 15.5 12.68 40.66 -
YUV 100.23 168.5 121.41 -
System Red Green Blue C M Y K H S L
Decimal 91 91 172 0.47 0.47 0 0.33 240 0.33 0.52
Hex 5B 5B AC 2F 2F 0 21 F0 21 34
Octal 133 133 254 57 57 0 41 360 41 64
Binary 1011011 1011011 10101100 101111 101111 0 100001 11110000 100001 110100

Color Harmonies of #5B5BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5BAC

Black with #5B5BAC

Text Example


Text Example

White with #5B5BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,91,172); }

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

background-color css

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

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

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

border-color css

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

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

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