Html Css Color HEX #5663BF Chetwode Blue

📋 copy color: '#5663BF'

red 86 ◦ green 99 ◦ blue 191

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

Shades of Chetwode Blue #5663BF

Tints of Chetwode Blue #5663BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 22.87%
G = 26.33%
B = 50.8%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5663BF (or 0x5663BF) is known color: Chetwode Blue. HEX triplet: 56, 63 and BF. RGB value is (86,99,191). Sum of RGB (Red+Green+Blue) = 86+99+191=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5663BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663BF is #A99C40. Grayscale: #696969. Windows color (decimal): -11115585 or 12542806. OLE color: 12542806.

HSL color Cylindrical-coordinate representation of color #5663BF: hue angle of 232.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5663BF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 99 191 -
CMYK 0.55 0.48 0 0.25
HSL 232.57º 0.45% 0.54% -
HSV(B) 232.57º 0.55% 0.75% -
XYZ 17.7 14.66 51.19 -
YUV 105.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 86 99 191 0.55 0.48 0 0.25 232.57 0.45 0.54
Hex 56 63 BF 37 30 0 19 E9 2D 36
Octal 126 143 277 67 60 0 31 351 55 66
Binary 1010110 1100011 10111111 110111 110000 0 11001 11101001 101101 110110

Color Harmonies of #5663BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663BF

Black with #5663BF

Text Example


Text Example

White with #5663BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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