Html Css Color HEX #565CC2 Free Speech Blue

📋 copy color: '#565CC2'

red 86 ◦ green 92 ◦ blue 194

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

Shades of Free Speech Blue #565CC2

Tints of Free Speech Blue #565CC2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 23.12%
G = 24.73%
B = 52.15%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#565CC2 (or 0x565CC2) is known color: Free Speech Blue. HEX triplet: 56, 5C and C2. RGB value is (86,92,194). Sum of RGB (Red+Green+Blue) = 86+92+194=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #565CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CC2 is #A9A33D. Grayscale: #656565. Windows color (decimal): -11117374 or 12737622. OLE color: 12737622.

HSL color Cylindrical-coordinate representation of color #565CC2: hue angle of 236.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #565CC2 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 86 92 194 -
CMYK 0.56 0.53 0 0.24
HSL 236.67º 0.47% 0.55% -
HSV(B) 236.67º 0.56% 0.76% -
XYZ 17.4 13.53 52.73 -
YUV 101.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 86 92 194 0.56 0.53 0 0.24 236.67 0.47 0.55
Hex 56 5C C2 38 35 0 18 ED 2F 37
Octal 126 134 302 70 65 0 30 355 57 67
Binary 1010110 1011100 11000010 111000 110101 0 11000 11101101 101111 110111

Color Harmonies of #565CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565CC2

Black with #565CC2

Text Example


Text Example

White with #565CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,92,194); }

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

background-color css

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

 a { background-color: rgb(86,92,194); }

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

border-color css

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

 span { border-color: rgb(86,92,194); }

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