Html Css Color HEX #5663A7 Rich Blue

📋 copy color: '#5663A7'

red 86 ◦ green 99 ◦ blue 167

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

Shades of Rich Blue #5663A7

Tints of Rich Blue #5663A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.44%

R = 24.43%
G = 28.13%
B = 47.44%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5663A7 (or 0x5663A7) is known color: Rich Blue. HEX triplet: 56, 63 and A7. RGB value is (86,99,167). Sum of RGB (Red+Green+Blue) = 86+99+167=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #5663A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5663A7 is #A99C58. Grayscale: #666666. Windows color (decimal): -11115609 or 10969942. OLE color: 10969942.

HSL color Cylindrical-coordinate representation of color #5663A7: hue angle of 230.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5663A7 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 99 167 -
CMYK 0.49 0.41 0 0.35
HSL 230.37º 0.32% 0.5% -
HSV(B) 230.37º 0.49% 0.65% -
XYZ 15.27 13.69 38.4 -
YUV 102.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 86 99 167 0.49 0.41 0 0.35 230.37 0.32 0.5
Hex 56 63 A7 31 29 0 23 E6 20 32
Octal 126 143 247 61 51 0 43 346 40 62
Binary 1010110 1100011 10100111 110001 101001 0 100011 11100110 100000 110010

Color Harmonies of #5663A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663A7

Black with #5663A7

Text Example


Text Example

White with #5663A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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