Html Css Color HEX #5663AF Rich Blue

📋 copy color: '#5663AF'

red 86 ◦ green 99 ◦ blue 175

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

Shades of Rich Blue #5663AF

Tints of Rich Blue #5663AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 23.89%
G = 27.5%
B = 48.61%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5663AF (or 0x5663AF) is known color: Rich Blue. HEX triplet: 56, 63 and AF. RGB value is (86,99,175). Sum of RGB (Red+Green+Blue) = 86+99+175=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #5663AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663AF is #A99C50. Grayscale: #676767. Windows color (decimal): -11115601 or 11494230. OLE color: 11494230.

HSL color Cylindrical-coordinate representation of color #5663AF: hue angle of 231.24º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5663AF is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 99 175 -
CMYK 0.51 0.43 0 0.31
HSL 231.24º 0.36% 0.51% -
HSV(B) 231.24º 0.51% 0.69% -
XYZ 16.04 14 42.41 -
YUV 103.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 86 99 175 0.51 0.43 0 0.31 231.24 0.36 0.51
Hex 56 63 AF 33 2B 0 1F E7 24 33
Octal 126 143 257 63 53 0 37 347 44 63
Binary 1010110 1100011 10101111 110011 101011 0 11111 11100111 100100 110011

Color Harmonies of #5663AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663AF

Black with #5663AF

Text Example


Text Example

White with #5663AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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