Html Css Color HEX #5656AB Rich Blue

📋 copy color: '#5656AB'

red 86 ◦ green 86 ◦ blue 171

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

Shades of Rich Blue #5656AB

Tints of Rich Blue #5656AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

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

R = 25.07%
G = 25.07%
B = 49.85%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5656AB (or 0x5656AB) is known color: Rich Blue. HEX triplet: 56, 56 and AB. RGB value is (86,86,171). Sum of RGB (Red+Green+Blue) = 86+86+171=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #5656AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5656AB is #A9A954. Grayscale: #5F5F5F. Windows color (decimal): -11118933 or 11228758. OLE color: 11228758.

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

Color convert

RGB 86 86 171 -
CMYK 0.50 0.50 0 0.33
HSL 240º 0.34% 0.5% -
HSV(B) 240º 0.5% 0.67% -
XYZ 14.52 11.57 40 -
YUV 95.69 170.5 121.09 -
System Red Green Blue C M Y K H S L
Decimal 86 86 171 0.50 0.50 0 0.33 240 0.34 0.5
Hex 56 56 AB 32 32 0 21 F0 22 32
Octal 126 126 253 62 62 0 41 360 42 62
Binary 1010110 1010110 10101011 110010 110010 0 100001 11110000 100010 110010

Color Harmonies of #5656AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5656AB

Black with #5656AB

Text Example


Text Example

White with #5656AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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