Html Css Color HEX #565FD2 Free Speech Blue

📋 copy color: '#565FD2'

red 86 ◦ green 95 ◦ blue 210

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

Shades of Free Speech Blue #565FD2

Tints of Free Speech Blue #565FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

 BLUE value IS 210 (82.42% from 255) = 53.71%

R = 21.99%
G = 24.3%
B = 53.71%

CMYK

 C value IS 0.59

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#565FD2 (or 0x565FD2) is known color: Free Speech Blue. HEX triplet: 56, 5F and D2. RGB value is (86,95,210). Sum of RGB (Red+Green+Blue) = 86+95+210=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 210 (82.42% from 255 or 53.71% from 391); Max value from RGB is 210 - color contains mainly: blue. Hex color #565FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565FD2 is #A9A02D. Grayscale: #686868. Windows color (decimal): -11116590 or 13786966. OLE color: 13786966.

HSL color Cylindrical-coordinate representation of color #565FD2: hue angle of 235.65º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #565FD2 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 95 210 -
CMYK 0.59 0.55 0 0.18
HSL 235.65º 0.58% 0.58% -
HSV(B) 235.65º 0.59% 0.82% -
XYZ 19.56 14.82 62.8 -
YUV 105.42 187.02 114.15 -
System Red Green Blue C M Y K H S L
Decimal 86 95 210 0.59 0.55 0 0.18 235.65 0.58 0.58
Hex 56 5F D2 3B 37 0 12 EC 3A 3A
Octal 126 137 322 73 67 0 22 354 72 72
Binary 1010110 1011111 11010010 111011 110111 0 10010 11101100 111010 111010

Color Harmonies of #565FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565FD2

Black with #565FD2

Text Example


Text Example

White with #565FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,95,210); }

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

background-color css

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

 a { background-color: rgb(86,95,210); }

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

border-color css

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

 span { border-color: rgb(86,95,210); }

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