Html Css Color HEX #5C55AB Rich Blue

📋 copy color: '#5C55AB'

red 92 ◦ green 85 ◦ blue 171

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

Shades of Rich Blue #5C55AB

Tints of Rich Blue #5C55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.43%

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

R = 26.44%
G = 24.43%
B = 49.14%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C55AB (or 0x5C55AB) is known color: Rich Blue. HEX triplet: 5C, 55 and AB. RGB value is (92,85,171). Sum of RGB (Red+Green+Blue) = 92+85+171=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C55AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C55AB is #A3AA54. Grayscale: #606060. Windows color (decimal): -10725973 or 11228508. OLE color: 11228508.

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

Color convert

RGB 92 85 171 -
CMYK 0.46 0.50 0 0.33
HSL 244.88º 0.34% 0.5% -
HSV(B) 244.88º 0.5% 0.67% -
XYZ 15.01 11.71 40 -
YUV 96.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 92 85 171 0.46 0.50 0 0.33 244.88 0.34 0.5
Hex 5C 55 AB 2E 32 0 21 F5 22 32
Octal 134 125 253 56 62 0 41 365 42 62
Binary 1011100 1010101 10101011 101110 110010 0 100001 11110101 100010 110010

Color Harmonies of #5C55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C55AB

Black with #5C55AB

Text Example


Text Example

White with #5C55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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