Html Css Color HEX #5545AB Rich Blue

📋 copy color: '#5545AB'

red 85 ◦ green 69 ◦ blue 171

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

Shades of Rich Blue #5545AB

Tints of Rich Blue #5545AB

RGB

 RED value IS 85 (33.59% from 255) = 26.15%

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 26.15%
G = 21.23%
B = 52.62%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5545AB (or 0x5545AB) is known color: Rich Blue. HEX triplet: 55, 45 and AB. RGB value is (85,69,171). Sum of RGB (Red+Green+Blue) = 85+69+171=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5545AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5545AB is #AABA54. Grayscale: #555555. Windows color (decimal): -11188821 or 11224405. OLE color: 11224405.

HSL color Cylindrical-coordinate representation of color #5545AB: hue angle of 249.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5545AB is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 69 171 -
CMYK 0.50 0.60 0 0.33
HSL 249.41º 0.43% 0.47% -
HSV(B) 249.41º 0.6% 0.67% -
XYZ 13.23 9.13 39.59 -
YUV 85.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 85 69 171 0.50 0.60 0 0.33 249.41 0.43 0.47
Hex 55 45 AB 32 3C 0 21 F9 2A 2F
Octal 125 105 253 62 74 0 41 371 52 57
Binary 1010101 1000101 10101011 110010 111100 0 100001 11111001 101010 101111

Color Harmonies of #5545AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5545AB

Black with #5545AB

Text Example


Text Example

White with #5545AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5545AB; }

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

 H1.HeaderClassName
 {
   color: #5545AB;
 }
 .AnyTagClassName
 {
   color: #5545AB;
 }
</style>

background-color css

<style>
 a { background-color: #5545AB; }

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

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

border-color css

<style>
 span { border-color: #5545AB; }

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

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