Html Css Color HEX #5663CB Free Speech Blue

📋 copy color: '#5663CB'

red 86 ◦ green 99 ◦ blue 203

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

Shades of Free Speech Blue #5663CB

Tints of Free Speech Blue #5663CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 22.16%
G = 25.52%
B = 52.32%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5663CB (or 0x5663CB) is known color: Free Speech Blue. HEX triplet: 56, 63 and CB. RGB value is (86,99,203). Sum of RGB (Red+Green+Blue) = 86+99+203=388 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.16% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #5663CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663CB is #A99C34. Grayscale: #6A6A6A. Windows color (decimal): -11115573 or 13329238. OLE color: 13329238.

HSL color Cylindrical-coordinate representation of color #5663CB: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5663CB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 99 203 -
CMYK 0.58 0.51 0 0.20
HSL 233.33º 0.53% 0.57% -
HSV(B) 233.33º 0.58% 0.8% -
XYZ 19.08 15.21 58.43 -
YUV 106.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 86 99 203 0.58 0.51 0 0.20 233.33 0.53 0.57
Hex 56 63 CB 3A 33 0 14 E9 35 39
Octal 126 143 313 72 63 0 24 351 65 71
Binary 1010110 1100011 11001011 111010 110011 0 10100 11101001 110101 111001

Color Harmonies of #5663CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5663CB

Black with #5663CB

Text Example


Text Example

White with #5663CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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