Html Css Color HEX #5643AB Rich Blue

📋 copy color: '#5643AB'

red 86 ◦ green 67 ◦ blue 171

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

Shades of Rich Blue #5643AB

Tints of Rich Blue #5643AB

RGB

 RED value IS 86 (33.98% from 255) = 26.54%

 GREEN value IS 67 (26.56% from 255) = 20.68%

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

R = 26.54%
G = 20.68%
B = 52.78%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5643AB (or 0x5643AB) is known color: Rich Blue. HEX triplet: 56, 43 and AB. RGB value is (86,67,171). Sum of RGB (Red+Green+Blue) = 86+67+171=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #5643AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5643AB is #A9BC54. Grayscale: #545454. Windows color (decimal): -11123797 or 11223894. OLE color: 11223894.

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

Color convert

RGB 86 67 171 -
CMYK 0.50 0.61 0 0.33
HSL 250.96º 0.44% 0.47% -
HSV(B) 250.96º 0.61% 0.67% -
XYZ 13.2 8.93 39.56 -
YUV 84.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 86 67 171 0.50 0.61 0 0.33 250.96 0.44 0.47
Hex 56 43 AB 32 3D 0 21 FB 2C 2F
Octal 126 103 253 62 75 0 41 373 54 57
Binary 1010110 1000011 10101011 110010 111101 0 100001 11111011 101100 101111

Color Harmonies of #5643AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5643AB

Black with #5643AB

Text Example


Text Example

White with #5643AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,67,171); }

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

background-color css

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

 a { background-color: rgb(86,67,171); }

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

border-color css

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

 span { border-color: rgb(86,67,171); }

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