Html Css Color HEX #5C5BAB Rich Blue

📋 copy color: '#5C5BAB'

red 92 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #5C5BAB

Tints of Rich Blue #5C5BAB

RGB

 RED value IS 92 (36.33% from 255) = 25.99%

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

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

R = 25.99%
G = 25.71%
B = 48.31%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C5BAB (or 0x5C5BAB) is known color: Rich Blue. HEX triplet: 5C, 5B and AB. RGB value is (92,91,171). Sum of RGB (Red+Green+Blue) = 92+91+171=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C5BAB is #A3A454. Grayscale: #646464. Windows color (decimal): -10724437 or 11230044. OLE color: 11230044.

HSL color Cylindrical-coordinate representation of color #5C5BAB: hue angle of 240.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 #5C5BAB is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 91 171 -
CMYK 0.46 0.47 0 0.33
HSL 240.75º 0.32% 0.51% -
HSV(B) 240.75º 0.47% 0.67% -
XYZ 15.51 12.7 40.16 -
YUV 100.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 92 91 171 0.46 0.47 0 0.33 240.75 0.32 0.51
Hex 5C 5B AB 2E 2F 0 21 F1 20 33
Octal 134 133 253 56 57 0 41 361 40 63
Binary 1011100 1011011 10101011 101110 101111 0 100001 11110001 100000 110011

Color Harmonies of #5C5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5BAB

Black with #5C5BAB

Text Example


Text Example

White with #5C5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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