Html Css Color HEX #565EC5 Free Speech Blue

📋 copy color: '#565EC5'

red 86 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Blue #565EC5

Tints of Free Speech Blue #565EC5

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 197 (77.34% from 255) = 52.25%

R = 22.81%
G = 24.93%
B = 52.25%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#565EC5 (or 0x565EC5) is known color: Free Speech Blue. HEX triplet: 56, 5E and C5. RGB value is (86,94,197). Sum of RGB (Red+Green+Blue) = 86+94+197=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #565EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EC5 is #A9A13A. Grayscale: #666666. Windows color (decimal): -11116859 or 12934742. OLE color: 12934742.

HSL color Cylindrical-coordinate representation of color #565EC5: hue angle of 235.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565EC5 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 86 94 197 -
CMYK 0.56 0.52 0 0.23
HSL 235.68º 0.49% 0.55% -
HSV(B) 235.68º 0.56% 0.77% -
XYZ 17.92 14.02 54.58 -
YUV 103.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 86 94 197 0.56 0.52 0 0.23 235.68 0.49 0.55
Hex 56 5E C5 38 34 0 17 EC 31 37
Octal 126 136 305 70 64 0 27 354 61 67
Binary 1010110 1011110 11000101 111000 110100 0 10111 11101100 110001 110111

Color Harmonies of #565EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EC5

Black with #565EC5

Text Example


Text Example

White with #565EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565EC5; }

 p { color: rgb(86,94,197); }

 H1.HeaderClassName
 {
   color: #565EC5;
 }
 .AnyTagClassName
 {
   color: #565EC5;
 }
</style>

background-color css

<style>
 a { background-color: #565EC5; }

 a { background-color: rgb(86,94,197); }

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

border-color css

<style>
 span { border-color: #565EC5; }

 span { border-color: rgb(86,94,197); }

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