Html Css Color HEX #5563BF Chetwode Blue

📋 copy color: '#5563BF'

red 85 ◦ green 99 ◦ blue 191

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

Shades of Chetwode Blue #5563BF

Tints of Chetwode Blue #5563BF

RGB

 RED value IS 85 (33.59% from 255) = 22.67%

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

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

R = 22.67%
G = 26.4%
B = 50.93%

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

#5563BF (or 0x5563BF) is known color: Chetwode Blue. HEX triplet: 55, 63 and BF. RGB value is (85,99,191). Sum of RGB (Red+Green+Blue) = 85+99+191=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #5563BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563BF is #AA9C40. Grayscale: #686868. Windows color (decimal): -11181121 or 12542805. OLE color: 12542805.

HSL color Cylindrical-coordinate representation of color #5563BF: hue angle of 232.08º 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 #5563BF is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 99 191 -
CMYK 0.55 0.48 0 0.25
HSL 232.08º 0.45% 0.54% -
HSV(B) 232.08º 0.55% 0.75% -
XYZ 17.61 14.62 51.18 -
YUV 105.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 85 99 191 0.55 0.48 0 0.25 232.08 0.45 0.54
Hex 55 63 BF 37 30 0 19 E8 2D 36
Octal 125 143 277 67 60 0 31 350 55 66
Binary 1010101 1100011 10111111 110111 110000 0 11001 11101000 101101 110110

Color Harmonies of #5563BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5563BF

Black with #5563BF

Text Example


Text Example

White with #5563BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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