Html Css Color HEX #5663AA Rich Blue

📋 copy color: '#5663AA'

red 86 ◦ green 99 ◦ blue 170

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

Shades of Rich Blue #5663AA

Tints of Rich Blue #5663AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 24.23%
G = 27.89%
B = 47.89%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5663AA (or 0x5663AA) is known color: Rich Blue. HEX triplet: 56, 63 and AA. RGB value is (86,99,170). Sum of RGB (Red+Green+Blue) = 86+99+170=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5663AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663AA is #A99C55. Grayscale: #666666. Windows color (decimal): -11115606 or 11166550. OLE color: 11166550.

HSL color Cylindrical-coordinate representation of color #5663AA: hue angle of 230.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5663AA is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 99 170 -
CMYK 0.49 0.42 0 0.33
HSL 230.71º 0.33% 0.5% -
HSV(B) 230.71º 0.49% 0.67% -
XYZ 15.56 13.8 39.87 -
YUV 103.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 86 99 170 0.49 0.42 0 0.33 230.71 0.33 0.5
Hex 56 63 AA 31 2A 0 21 E7 21 32
Octal 126 143 252 61 52 0 41 347 41 62
Binary 1010110 1100011 10101010 110001 101010 0 100001 11100111 100001 110010

Color Harmonies of #5663AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663AA

Black with #5663AA

Text Example


Text Example

White with #5663AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5663AA; }

 p { color: rgb(86,99,170); }

 H1.HeaderClassName
 {
   color: #5663AA;
 }
 .AnyTagClassName
 {
   color: #5663AA;
 }
</style>

background-color css

<style>
 a { background-color: #5663AA; }

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

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

border-color css

<style>
 span { border-color: #5663AA; }

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

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