Html Css Color HEX #5665CE Free Speech Blue

📋 copy color: '#5665CE'

red 86 ◦ green 101 ◦ blue 206

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

Shades of Free Speech Blue #5665CE

Tints of Free Speech Blue #5665CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 21.88%
G = 25.7%
B = 52.42%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5665CE (or 0x5665CE) is known color: Free Speech Blue. HEX triplet: 56, 65 and CE. RGB value is (86,101,206). Sum of RGB (Red+Green+Blue) = 86+101+206=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #5665CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665CE is #A99A31. Grayscale: #6C6C6C. Windows color (decimal): -11115058 or 13526358. OLE color: 13526358.

HSL color Cylindrical-coordinate representation of color #5665CE: hue angle of 232.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5665CE is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 101 206 -
CMYK 0.58 0.51 0 0.19
HSL 232.5º 0.55% 0.57% -
HSV(B) 232.5º 0.58% 0.81% -
XYZ 19.63 15.74 60.4 -
YUV 108.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 86 101 206 0.58 0.51 0 0.19 232.5 0.55 0.57
Hex 56 65 CE 3A 33 0 13 E8 37 39
Octal 126 145 316 72 63 0 23 350 67 71
Binary 1010110 1100101 11001110 111010 110011 0 10011 11101000 110111 111001

Color Harmonies of #5665CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5665CE

Black with #5665CE

Text Example


Text Example

White with #5665CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5665CE; }

 p { color: rgb(86,101,206); }

 H1.HeaderClassName
 {
   color: #5665CE;
 }
 .AnyTagClassName
 {
   color: #5665CE;
 }
</style>

background-color css

<style>
 a { background-color: #5665CE; }

 a { background-color: rgb(86,101,206); }

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

border-color css

<style>
 span { border-color: #5665CE; }

 span { border-color: rgb(86,101,206); }

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